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