diff --git a/client-ui/Makefile b/client-ui/Makefile index f366097..11c9a84 100644 --- a/client-ui/Makefile +++ b/client-ui/Makefile @@ -9,7 +9,7 @@ PACKAGE=github.com/genshen/wssocks-plugin-ustb/client-ui FLAGS=--trimpath appID=wssocks-ustb-client-ui.genshen.github.com appName="wssocks-ustb client" -APP_VERSION=0.5.1 +APP_VERSION=0.6.0 PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 4 all: wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64 diff --git a/client-ui/fyne-cross-build.sh b/client-ui/fyne-cross-build.sh index 6a06cc7..5dcc04d 100644 --- a/client-ui/fyne-cross-build.sh +++ b/client-ui/fyne-cross-build.sh @@ -5,7 +5,7 @@ appBuildNumber=2 appID="wssocks-ustb-client-ui.genshen.github.com" -appVersion=0.5.1 +appVersion=0.6.0 appIcon=./client-ui/app-512.png buildEnv="GOPROXY=https://goproxy.cn" buildFlags="--app-build ${appBuildNumber} --app-id ${appID} --app-version ${appVersion} --icon ${appIcon} --env ${buildEnv}" diff --git a/swiftui-client/wssocks-ustb-client/Info.plist b/swiftui-client/wssocks-ustb-client/Info.plist index 884c29b..2a71996 100644 --- a/swiftui-client/wssocks-ustb-client/Info.plist +++ b/swiftui-client/wssocks-ustb-client/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.5.1 + 0.6.0 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/wssocks-ustb/version/version.go b/wssocks-ustb/version/version.go index 8c11407..5ce9964 100644 --- a/wssocks-ustb/version/version.go +++ b/wssocks-ustb/version/version.go @@ -7,7 +7,8 @@ import ( "github.com/genshen/wssocks/wss" ) -const VERSION = "0.5.1" +// also change version in client-ui and swift-ui if release +const VERSION = "0.6.0" var versionCommand = &cmds.Command{ Name: "version",