Skip to content

Commit

Permalink
feat(version): bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Feb 3, 2024
1 parent 4f3fba6 commit 9e0c246
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions client-ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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.6.0
PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 4
APP_VERSION=0.7.0
PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 5

all: wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-macOS-arm64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64

Expand Down
4 changes: 2 additions & 2 deletions client-ui/Makefile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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.6.0
PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 4
APP_VERSION=0.7.0
PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 5

all: wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-macOS-arm64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64

Expand Down
4 changes: 2 additions & 2 deletions client-ui/fyne-cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# How to run: go to root dir of tthis repo, run `./client-ui/fyne-cross-build.sh`

appBuildNumber=2
appBuildNumber=5
appID="wssocks-ustb-client-ui.genshen.github.com"
appVersion=0.6.0
appVersion=0.7.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 docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wssocks-plugin-ustb

![wssocks-ustb v0.6.0](https://img.shields.io/badge/wssocks--ustb-v0.6.0-orange.svg)
![wssocks-ustb v0.7.0](https://img.shields.io/badge/wssocks--ustb-v0.7.0-orange.svg)
![GitHub all releases](https://img.shields.io/github/downloads/genshen/wssocks-plugin-ustb/total?color=brightgreen)

> Accesse internal network of USTB when the internal network is not available directly (e.g. at home).
24 changes: 12 additions & 12 deletions swiftui-client/wssocks-ustb-client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_ASSET_PATHS = "\"wssocks-ustb-client/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -465,7 +465,7 @@
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "${SRCROOT}/../extra/go-api";
MARKETING_VERSION = 0.7.0;
MARKETING_VERSION = "0.7.0";
PRODUCT_BUNDLE_IDENTIFIER = "com.github.genshen.wssocks-ustb-client";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -485,7 +485,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_ASSET_PATHS = "\"wssocks-ustb-client/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -501,7 +501,7 @@
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "${SRCROOT}/../extra/go-api";
MARKETING_VERSION = 0.7.0;
MARKETING_VERSION = "0.7.0";
PRODUCT_BUNDLE_IDENTIFIER = "com.github.genshen.wssocks-ustb-client";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -516,11 +516,11 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 225G88CH2L;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 12.1;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = "0.7.0";
PRODUCT_BUNDLE_IDENTIFIER = "gensh.me.wssocks-ustb-clientTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
Expand All @@ -535,11 +535,11 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 225G88CH2L;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 12.1;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = "0.7.0";
PRODUCT_BUNDLE_IDENTIFIER = "gensh.me.wssocks-ustb-clientTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
Expand All @@ -553,10 +553,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 225G88CH2L;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = "0.7.0";
PRODUCT_BUNDLE_IDENTIFIER = "gensh.me.wssocks-ustb-clientUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
Expand All @@ -570,10 +570,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 225G88CH2L;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = "0.7.0";
PRODUCT_BUNDLE_IDENTIFIER = "gensh.me.wssocks-ustb-clientUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
Expand Down
2 changes: 1 addition & 1 deletion wssocks-ustb/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// also change version in client-ui and swift-ui if release
const VERSION = "0.6.0"
const VERSION = "0.7.0"

var versionCommand = &cmds.Command{
Name: "version",
Expand Down

0 comments on commit 9e0c246

Please sign in to comment.