From d8d19ea035dce1f06d27a3cc0f8acaf4ed813303 Mon Sep 17 00:00:00 2001 From: sawka Date: Sun, 17 Dec 2023 23:58:09 -0800 Subject: [PATCH] bump to version v0.5.2 --- buildres/build-universal.sh | 2 +- package.json | 2 +- version.js | 2 +- wavesrv/pkg/scbase/scbase.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildres/build-universal.sh b/buildres/build-universal.sh index 5381f83d..16328f87 100644 --- a/buildres/build-universal.sh +++ b/buildres/build-universal.sh @@ -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 diff --git a/package.json b/package.json index 166729a4..8eade8fa 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/version.js b/version.js index acabf488..eb26a793 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ -const VERSION = "v0.5.1"; +const VERSION = "v0.5.2"; module.exports = VERSION; diff --git a/wavesrv/pkg/scbase/scbase.go b/wavesrv/pkg/scbase/scbase.go index d4accabd..991927aa 100644 --- a/wavesrv/pkg/scbase/scbase.go +++ b/wavesrv/pkg/scbase/scbase.go @@ -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"