Skip to content

Commit 8246f81

Browse files
committed
bump to v0.5.3 to fix #174
1 parent 75d1a43 commit 8246f81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "waveterm",
33
"author": "Command Line Inc",
44
"productName": "Wave",
5-
"version": "0.5.2",
5+
"version": "0.5.3",
66
"main": "dist/emain.js",
77
"license": "Apache-2.0",
88
"dependencies": {

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const VERSION = "v0.5.2";
1+
const VERSION = "v0.5.3";
22
module.exports = VERSION;

wavesrv/pkg/scbase/scbase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
3535
const WaveDirName = ".waveterm" // must match emain.ts
3636
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
3737
const WaveAppPathVarName = "WAVETERM_APP_PATH"
38-
const WaveVersion = "v0.5.2"
38+
const WaveVersion = "v0.5.3"
3939
const WaveAuthKeyFileName = "waveterm.authkey"
4040
const MShellVersion = "v0.3.0"
4141

0 commit comments

Comments
 (0)