Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Sep 28, 2022
1 parent a8ec2fa commit d1a9d97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 16
versionName "0.2.0"
versionCode 17
versionName "0.2.1"
resValue "string", "build_config_package", "co.psychedelic.plug"
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions ios/Plug.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust/.cargo/mobile_app/target/universal/release",
);
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 0.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -614,7 +614,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust/.cargo/mobile_app/target/universal/release",
);
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 0.2.1;
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-mobile",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"rename-build": "chmod +x ./rename-ic-agent.sh && ./rename-ic-agent.sh",
Expand Down

0 comments on commit d1a9d97

Please sign in to comment.