Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.13 #155

Merged
merged 11 commits into from
Jan 10, 2025
Merged
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
Loading