diff --git a/conf/wide.go b/conf/wide.go index a9f2c0e..e5588fe 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -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. diff --git a/package-lock.json b/package-lock.json index 1a69db2..c3b3e37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wide", - "version": "1.4.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 528ea4b..c32973d 100644 --- a/package.json +++ b/package.json @@ -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",