🔖 更新版本号
This commit is contained in:
parent
1eb2a78c3b
commit
4da07183a9
|
@ -39,7 +39,7 @@ const (
|
|||
PathListSeparator = string(os.PathListSeparator)
|
||||
|
||||
// WideVersion holds the current Wide's version.
|
||||
WideVersion = "1.5.3"
|
||||
WideVersion = "1.6.0"
|
||||
// CodeMirrorVer holds the current editor version.
|
||||
CodeMirrorVer = "5.1"
|
||||
// UserAgent represents HTTP client user agent.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wide",
|
||||
"version": "1.4.0",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "wide",
|
||||
"version": "1.4.0",
|
||||
"description": "A Web-based IDE for Teams using Go programming language/Golang.",
|
||||
"version": "1.6.0",
|
||||
"description": "A Web-based Go IDE , do your development anytime, anywhere.",
|
||||
"homepage": "https://wide.b3log.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue