Skip to content

Commit

Permalink
Changed to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Jul 18, 2022
1 parent 61b3cdf commit fa36c10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ android {
applicationId "co.psychedelic.plug"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "0.1.2"
versionCode 3
versionName "0.1.3"
resValue "string", "build_config_package", "co.psychedelic.plug"
}
splits {
Expand Down
8 changes: 4 additions & 4 deletions ios/Plug.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = DZVNACPGLK;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Plug/Info.plist;
Expand All @@ -570,7 +570,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust/.cargo/mobile_app/target/universal/release",
);
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -594,7 +594,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = DZVNACPGLK;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
Expand All @@ -612,7 +612,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust/.cargo/mobile_app/target/universal/release",
);
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
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.2(23)",
"version": "0.1.3(1)",
"private": true,
"scripts": {
"rename-build": "chmod +x ./rename-ic-agent.sh && ./rename-ic-agent.sh",
Expand Down

0 comments on commit fa36c10

Please sign in to comment.