Skip to content

Commit

Permalink
tweak(meditrak): HOTFIX: Bump meditrak-app version to 1.14.142 (#5739)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bes authored Jun 20, 2024
1 parent 1ecff74 commit cd12ad1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/meditrak-app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
applicationId "com.tupaiameditrak"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 141
versionName "1.14.141"
versionCode 142
versionName "1.14.142"
}
signingConfigs {
debug {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 141;
CURRENT_PROJECT_VERSION = 142;
DEVELOPMENT_TEAM = 352QMCKRKJ;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 352QMCKRKJ;
ENABLE_BITCODE = NO;
Expand All @@ -504,7 +504,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.14.141;
MARKETING_VERSION = 1.14.142;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -528,15 +528,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 141;
CURRENT_PROJECT_VERSION = 142;
DEVELOPMENT_TEAM = 352QMCKRKJ;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 352QMCKRKJ;
INFOPLIST_FILE = TupaiaMediTrak/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.14.141;
MARKETING_VERSION = 1.14.142;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion packages/meditrak-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tupaia/meditrak-app",
"version": "1.14.141",
"version": "1.14.142",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit cd12ad1

Please sign in to comment.