bump to version v0.5.2

This commit is contained in:
sawka 2023-12-17 23:58:09 -08:00
parent 21ab82e2e2
commit d8d19ea035
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# assumes we have Wave-darwin-x64-[version].zip and Wave-darwin-arm64-[version].zip in current directory
VERSION=0.5.1
VERSION=0.5.2
rm -rf temp
mkdir temp
mkdir temp/x64

View File

@ -2,7 +2,7 @@
"name": "waveterm",
"author": "Command Line Inc",
"productName": "Wave",
"version": "0.5.1",
"version": "0.5.2",
"main": "dist/emain.js",
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,2 +1,2 @@
const VERSION = "v0.5.1";
const VERSION = "v0.5.2";
module.exports = VERSION;

View File

@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
const WaveDirName = ".waveterm" // must match emain.ts
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
const WaveAppPathVarName = "WAVETERM_APP_PATH"
const WaveVersion = "v0.5.1"
const WaveVersion = "v0.5.2"
const WaveAuthKeyFileName = "waveterm.authkey"
const MShellVersion = "v0.3.0"