🔖 更新版本号

This commit is contained in:
Liang Ding 2019-05-24 11:53:30 +08:00
parent 1eb2a78c3b
commit 4da07183a9
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
3 changed files with 4 additions and 4 deletions

View File

@ -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.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "wide",
"version": "1.4.0",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",