Skip to content

Commit

Permalink
feat(version): bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Jan 30, 2021
1 parent 3a6ae47 commit 22add04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client-ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client-ui/fyne-cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion swiftui-client/wssocks-ustb-client/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<string>0.6.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
3 changes: 2 additions & 1 deletion wssocks-ustb/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 22add04

Please sign in to comment.