Skip to content

Commit

Permalink
chore: update app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah committed Mar 14, 2024
1 parent d51f965 commit a8326db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ android {
applicationId "io.epns.epns"
targetSdkVersion rootProject.ext.targetSdkVersion
resValue "string", "build_config_package", "io.epns.epns"
versionCode 67
versionName "0.9.0"
versionCode 68
versionName "0.9.1"
}
staging {
minSdkVersion rootProject.ext.minSdkVersion
applicationId "io.epns.epnsstaging"
targetSdkVersion rootProject.ext.targetSdkVersion
resValue "string", "build_config_package", "io.epns.epns"
versionCode 21
versionName "0.9.0"
versionCode 22
versionName "0.9.1"
}
}

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 @@ -1143,7 +1143,7 @@
CODE_SIGN_ENTITLEMENTS = epns/epns.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 103;
CURRENT_PROJECT_VERSION = 105;
DEVELOPMENT_TEAM = 62B7287GF5;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "push.prod-Info.plist";
Expand All @@ -1152,7 +1152,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.0;
MARKETING_VERSION = 0.9.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1179,7 +1179,7 @@
CODE_SIGN_ENTITLEMENTS = epns/epns.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 103;
CURRENT_PROJECT_VERSION = 105;
DEVELOPMENT_TEAM = 62B7287GF5;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "push.prod-Info.plist";
Expand All @@ -1188,7 +1188,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.0;
MARKETING_VERSION = 0.9.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit a8326db

Please sign in to comment.