Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Mar 15, 2020
1 parent 98ce795 commit a1919b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ClashX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.18.2;
CURRENT_PROJECT_VERSION = 1.18.3;
DEVELOPMENT_TEAM = MEWHFZ92DY;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -881,7 +881,7 @@
"$(PROJECT_DIR)/ClashX",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.18.2;
MARKETING_VERSION = 1.18.3;
PRODUCT_BUNDLE_IDENTIFIER = com.west2online.ClashX;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -900,7 +900,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.18.2;
CURRENT_PROJECT_VERSION = 1.18.3;
DEVELOPMENT_TEAM = MEWHFZ92DY;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -921,7 +921,7 @@
"$(PROJECT_DIR)/ClashX",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.18.2;
MARKETING_VERSION = 1.18.3;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = com.west2online.ClashX;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion ClashX/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/yichengchen/clashX/ClashX

require (
github.com/Dreamacro/clash v0.18.1-0.20200310123624-b2630955339a
github.com/Dreamacro/clash v0.18.1-0.20200312161154-9471d8078569
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
)

Expand Down
4 changes: 2 additions & 2 deletions ClashX/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Dreamacro/clash v0.18.1-0.20200310123624-b2630955339a h1:T1JIXozUGELC+Z7A+PzkmWNjEBcf6Fj+QFMObEAc6Fw=
github.com/Dreamacro/clash v0.18.1-0.20200310123624-b2630955339a/go.mod h1:awIpqp0pLm+CKtbXhrSyzzFwzTRimv1/1+xa0BfGCyI=
github.com/Dreamacro/clash v0.18.1-0.20200312161154-9471d8078569 h1:DiNdhGH/TtAso7WUurgO3FveL84w0YXCIixKEA+HqjE=
github.com/Dreamacro/clash v0.18.1-0.20200312161154-9471d8078569/go.mod h1:awIpqp0pLm+CKtbXhrSyzzFwzTRimv1/1+xa0BfGCyI=
github.com/Dreamacro/go-shadowsocks2 v0.1.5 h1:BizWSjmwzAyQoslz6YhJYMiAGT99j9cnm9zlxVr+kyI=
github.com/Dreamacro/go-shadowsocks2 v0.1.5/go.mod h1:LSXCjyHesPY3pLjhwff1mQX72ItcBT/N2xNC685cYeU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit a1919b8

Please sign in to comment.