Skip to content

Commit 89338e5

Browse files
committed
release 0.14.0
1 parent 6bec8d6 commit 89338e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gx/lastpubver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0: QmaCWTUDPCPa7hu7oYrN2pBtVhCEFrzA5Q9QiirhXmfEqy
1+
0.14.0: QmXp3v5ZoCL2fTRwX3UQAExEVFpxDSpNTsaeJF53Q6nbn5

gxutil/pm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
. "github.com/whyrusleeping/stump"
2121
)
2222

23-
const GxVersion = "0.12.1"
23+
const GxVersion = "0.14.0"
2424

2525
const PkgFileName = "package.json"
2626
const LckFileName = "gx-lock.json"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"license": "MIT",
8080
"name": "gx",
8181
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
82-
"version": "0.13.0"
82+
"version": "0.14.0"
8383
}
8484

0 commit comments

Comments
 (0)