Skip to content

Commit c3c3b60

Browse files
committed
Bump build number
1 parent 51c2ab0 commit c3c3b60

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ android {
162162
minSdkVersion isDetoxTestBuild ? 18 : rootProject.ext.minSdkVersion
163163
targetSdkVersion rootProject.ext.targetSdkVersion
164164
versionCode appVersionCode
165-
versionName "1.14.2"
165+
versionName "1.14.3"
166166
multiDexEnabled true
167167
testBuildType System.getProperty('testBuildType', 'debug')
168168
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

packages/mobile/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CELO_RELEASE_KEY_ALIAS=celo-key-alias
2323

2424
# Setting this manually based on version number until we have this deploying via Cloud Build
2525
# Example: v1.5.1 deployment number 1 = 1005001001 (1 005 001 001)
26-
VERSION_CODE=1000100050
26+
VERSION_CODE=1000100051
2727
# AndroidX package structure to make it clearer which packages are bundled with the
2828
# Android operating system, and which are packaged with your app's APK
2929
# https://developer.android.com/topic/libraries/support-library/androidx-rn

packages/mobile/ios/celo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
903903
CLANG_ENABLE_MODULES = YES;
904904
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
905-
CURRENT_PROJECT_VERSION = 61;
905+
CURRENT_PROJECT_VERSION = 62;
906906
DEAD_CODE_STRIPPING = NO;
907907
DEVELOPMENT_TEAM = HDPUB8C3KG;
908908
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -912,7 +912,7 @@
912912
"$(inherited)",
913913
"$(PROJECT_DIR)",
914914
);
915-
MARKETING_VERSION = 1.14.2;
915+
MARKETING_VERSION = 1.14.3;
916916
OTHER_LDFLAGS = (
917917
"$(inherited)",
918918
"-ObjC",
@@ -936,7 +936,7 @@
936936
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
937937
CLANG_ENABLE_MODULES = YES;
938938
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
939-
CURRENT_PROJECT_VERSION = 61;
939+
CURRENT_PROJECT_VERSION = 62;
940940
DEVELOPMENT_TEAM = HDPUB8C3KG;
941941
HEADER_SEARCH_PATHS = "$(inherited)";
942942
INFOPLIST_FILE = celo/Info.plist;
@@ -945,7 +945,7 @@
945945
"$(inherited)",
946946
"$(PROJECT_DIR)",
947947
);
948-
MARKETING_VERSION = 1.14.2;
948+
MARKETING_VERSION = 1.14.3;
949949
OTHER_LDFLAGS = (
950950
"$(inherited)",
951951
"-ObjC",

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@celo/mobile",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"author": "Celo",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)