mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
bump to v0.5.3 to fix #174
This commit is contained in:
parent
75d1a435ae
commit
8246f8118e
@ -2,7 +2,7 @@
|
|||||||
"name": "waveterm",
|
"name": "waveterm",
|
||||||
"author": "Command Line Inc",
|
"author": "Command Line Inc",
|
||||||
"productName": "Wave",
|
"productName": "Wave",
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"main": "dist/emain.js",
|
"main": "dist/emain.js",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
const VERSION = "v0.5.2";
|
const VERSION = "v0.5.3";
|
||||||
module.exports = VERSION;
|
module.exports = VERSION;
|
||||||
|
@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
|
|||||||
const WaveDirName = ".waveterm" // must match emain.ts
|
const WaveDirName = ".waveterm" // must match emain.ts
|
||||||
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
|
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
|
||||||
const WaveAppPathVarName = "WAVETERM_APP_PATH"
|
const WaveAppPathVarName = "WAVETERM_APP_PATH"
|
||||||
const WaveVersion = "v0.5.2"
|
const WaveVersion = "v0.5.3"
|
||||||
const WaveAuthKeyFileName = "waveterm.authkey"
|
const WaveAuthKeyFileName = "waveterm.authkey"
|
||||||
const MShellVersion = "v0.3.0"
|
const MShellVersion = "v0.3.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user