Skip to content

Commit

Permalink
Merge pull request #266 from Psychedelic/develop
Browse files Browse the repository at this point in the history
Update builds - 0.1.0(67) - POST 0.1.1 READ!
  • Loading branch information
mattgle authored Apr 8, 2022
2 parents 4b993b6 + 3677078 commit 262279a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ios/Plug.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = DZVNACPGLK;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Plug/Info.plist;
Expand All @@ -568,7 +568,7 @@
"$(inherited)",
"$(PROJECT_DIR)/cargo/target/universal/release",
);
MARKETING_VERSION = 0.1.1;
MARKETING_VERSION = 0.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -589,7 +589,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = DZVNACPGLK;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
Expand All @@ -607,7 +607,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust_lib/cargo/target/universal/release",
);
MARKETING_VERSION = 0.1.1;
MARKETING_VERSION = 0.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Plug",
"version": "0.1.1",
"version": "0.1.0(67)",
"private": true,
"scripts": {
"rename-build": "chmod +x ./rename-ic-agent.sh && ./rename-ic-agent.sh",
Expand Down

0 comments on commit 262279a

Please sign in to comment.