Skip to content

Commit

Permalink
Bump Meditrak App version
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNadj committed Nov 6, 2023
1 parent f01505f commit 60a9af1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/meditrak-app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 132
versionName "1.14.132"
versionName "1.14.133"
}
signingConfigs {
debug {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,15 +485,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 130;
CURRENT_PROJECT_VERSION = 133;
DEVELOPMENT_TEAM = 352QMCKRKJ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = TupaiaMediTrak/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.14.132;
MARKETING_VERSION = 1.14.133;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -513,14 +513,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 130;
CURRENT_PROJECT_VERSION = 133;
DEVELOPMENT_TEAM = 352QMCKRKJ;
INFOPLIST_FILE = TupaiaMediTrak/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.14.132;
MARKETING_VERSION = 1.14.133;
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.132",
"version": "1.14.133",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 60a9af1

Please sign in to comment.