Skip to content

Commit 7ec2a50

Browse files
author
Gonzalo Nardini
committed
1.12.2 version bump
1 parent 3e6ed85 commit 7ec2a50

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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=1000100039
26+
VERSION_CODE=1000100043
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@
898898
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
899899
CLANG_ENABLE_MODULES = YES;
900900
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
901-
CURRENT_PROJECT_VERSION = 51;
901+
CURRENT_PROJECT_VERSION = 54;
902902
DEAD_CODE_STRIPPING = NO;
903903
DEVELOPMENT_TEAM = HDPUB8C3KG;
904904
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -932,7 +932,7 @@
932932
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
933933
CLANG_ENABLE_MODULES = YES;
934934
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
935-
CURRENT_PROJECT_VERSION = 51;
935+
CURRENT_PROJECT_VERSION = 54;
936936
DEVELOPMENT_TEAM = HDPUB8C3KG;
937937
HEADER_SEARCH_PATHS = "$(inherited)";
938938
INFOPLIST_FILE = celo/Info.plist;

0 commit comments

Comments
 (0)