Skip to content

Commit

Permalink
Release 0.13 (#155)
Browse files Browse the repository at this point in the history
* fixed lock file

* updated version code

* updated app version in gradle

* app versions upgraded
  • Loading branch information
rohitmalhotra1420 authored Jan 10, 2025
1 parent 7ebf830 commit b6f2039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ android {
applicationId "io.epns.epns"
targetSdkVersion rootProject.ext.targetSdkVersion
resValue "string", "build_config_package", "io.epns.epns"
versionCode 73
versionName "0.12"
versionCode 74
versionName "0.13"
}
staging {
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
8 changes: 4 additions & 4 deletions ios/epns.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@
CODE_SIGN_ENTITLEMENTS = epns/epns.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 111;
CURRENT_PROJECT_VERSION = 113;
DEVELOPMENT_TEAM = 62B7287GF5;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "push.prod-Info.plist";
Expand All @@ -1237,7 +1237,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.12;
MARKETING_VERSION = 0.13;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1264,7 +1264,7 @@
CODE_SIGN_ENTITLEMENTS = epns/epns.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 111;
CURRENT_PROJECT_VERSION = 113;
DEVELOPMENT_TEAM = 62B7287GF5;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "push.prod-Info.plist";
Expand All @@ -1273,7 +1273,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.12;
MARKETING_VERSION = 0.13;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit b6f2039

Please sign in to comment.