From 4da07183a905384a0499a15fb2964655559f0925 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 24 May 2019 11:53:30 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/wide.go | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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",