Skip to content

Commit d7f7149

Browse files
committed
Bump version to 1.20.0
1 parent 65af97a commit d7f7149

File tree

6 files changed

+413
-46
lines changed

6 files changed

+413
-46
lines changed

packages/mobile/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ PLATFORMS
272272
ruby
273273
universal-darwin-19
274274
universal-darwin-20
275+
x86_64-darwin-19
275276

276277
DEPENDENCIES
277278
cocoapods

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 rootProject.ext.minSdkVersion
163163
targetSdkVersion rootProject.ext.targetSdkVersion
164164
versionCode appVersionCode
165-
versionName "1.19.0"
165+
versionName "1.20.0"
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=1021071595
26+
VERSION_CODE=1021071596
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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* celoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* celoTests.m */; };
11-
0317E786245B696200AAAC2E /* ../fonts/Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0317E783245B696200AAAC2E /* ../fonts/Inter-Regular.ttf */; };
12-
0317E788245B696200AAAC2E /* ../fonts/Inter-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0317E784245B696200AAAC2E /* ../fonts/Inter-Medium.ttf */; };
13-
0317E78A245B696200AAAC2E /* ../fonts/Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0317E785245B696200AAAC2E /* ../fonts/Inter-SemiBold.ttf */; };
11+
0317E786245B696200AAAC2E /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0317E783245B696200AAAC2E /* Inter-Regular.ttf */; };
12+
0317E788245B696200AAAC2E /* Inter-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0317E784245B696200AAAC2E /* Inter-Medium.ttf */; };
13+
0317E78A245B696200AAAC2E /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0317E785245B696200AAAC2E /* Inter-SemiBold.ttf */; };
1414
0350D7F2EBD64D0585FEF0AF /* Hind-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 95E01263B685485BA7D5CEB0 /* Hind-Light.ttf */; };
1515
0445977E03C74B20A93158B5 /* Hind-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B59F6FDB7D084157A12E7A52 /* Hind-Bold.ttf */; };
1616
0581BC2D3AEB42D086D403E3 /* Hind-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = AAE92820119F4CC5B23C6636 /* Hind-Medium.ttf */; };
@@ -57,9 +57,9 @@
5757
00E356EE1AD99517003FC87E /* celoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = celoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5858
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5959
00E356F21AD99517003FC87E /* celoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = celoTests.m; sourceTree = "<group>"; };
60-
0317E783245B696200AAAC2E /* ../fonts/Inter-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "../fonts/Inter-Regular.ttf"; sourceTree = "<group>"; };
61-
0317E784245B696200AAAC2E /* ../fonts/Inter-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "../fonts/Inter-Medium.ttf"; sourceTree = "<group>"; };
62-
0317E785245B696200AAAC2E /* ../fonts/Inter-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "../fonts/Inter-SemiBold.ttf"; sourceTree = "<group>"; };
60+
0317E783245B696200AAAC2E /* Inter-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "../fonts/Inter-Regular.ttf"; sourceTree = "<group>"; };
61+
0317E784245B696200AAAC2E /* Inter-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "../fonts/Inter-Medium.ttf"; sourceTree = "<group>"; };
62+
0317E785245B696200AAAC2E /* Inter-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "../fonts/Inter-SemiBold.ttf"; sourceTree = "<group>"; };
6363
0F3673F62673A63800F9586A /* celo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "celo-Bridging-Header.h"; path = "celo/celo-Bridging-Header.h"; sourceTree = "<group>"; };
6464
0F3673F72673A63900F9586A /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = File.swift; path = celo/File.swift; sourceTree = "<group>"; };
6565
0FC6C311256FEF2700C35F47 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
@@ -221,9 +221,9 @@
221221
E3041EF3155B4320B4CF8300 /* Resources */ = {
222222
isa = PBXGroup;
223223
children = (
224-
0317E784245B696200AAAC2E /* ../fonts/Inter-Medium.ttf */,
225-
0317E783245B696200AAAC2E /* ../fonts/Inter-Regular.ttf */,
226-
0317E785245B696200AAAC2E /* ../fonts/Inter-SemiBold.ttf */,
224+
0317E784245B696200AAAC2E /* Inter-Medium.ttf */,
225+
0317E783245B696200AAAC2E /* Inter-Regular.ttf */,
226+
0317E785245B696200AAAC2E /* Inter-SemiBold.ttf */,
227227
B59F6FDB7D084157A12E7A52 /* Hind-Bold.ttf */,
228228
95E01263B685485BA7D5CEB0 /* Hind-Light.ttf */,
229229
AAE92820119F4CC5B23C6636 /* Hind-Medium.ttf */,
@@ -391,16 +391,16 @@
391391
buildActionMask = 2147483647;
392392
files = (
393393
6844FCD52570513C0057A74F /* QBImagePicker.storyboard in Resources */,
394-
0317E78A245B696200AAAC2E /* ../fonts/Inter-SemiBold.ttf in Resources */,
394+
0317E78A245B696200AAAC2E /* Inter-SemiBold.ttf in Resources */,
395395
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
396396
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
397397
0FC6C310256FEF2700C35F47 /* InfoPlist.strings in Resources */,
398398
0445977E03C74B20A93158B5 /* Hind-Bold.ttf in Resources */,
399399
0350D7F2EBD64D0585FEF0AF /* Hind-Light.ttf in Resources */,
400-
0317E786245B696200AAAC2E /* ../fonts/Inter-Regular.ttf in Resources */,
400+
0317E786245B696200AAAC2E /* Inter-Regular.ttf in Resources */,
401401
0581BC2D3AEB42D086D403E3 /* Hind-Medium.ttf in Resources */,
402402
2CE54C7D16D44C5380C53609 /* Hind-Regular.ttf in Resources */,
403-
0317E788245B696200AAAC2E /* ../fonts/Inter-Medium.ttf in Resources */,
403+
0317E788245B696200AAAC2E /* Inter-Medium.ttf in Resources */,
404404
5575263ED1EA4F568D328DE9 /* Hind-SemiBold.ttf in Resources */,
405405
EB3CF5B346854570A1EC69B3 /* Jost-Book.ttf in Resources */,
406406
2E6B8DA1BF6440D89CB45CCA /* Jost-Medium.ttf in Resources */,
@@ -916,7 +916,7 @@
916916
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
917917
CLANG_ENABLE_MODULES = YES;
918918
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
919-
CURRENT_PROJECT_VERSION = 76;
919+
CURRENT_PROJECT_VERSION = 77;
920920
DEAD_CODE_STRIPPING = NO;
921921
DEVELOPMENT_TEAM = HDPUB8C3KG;
922922
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -926,7 +926,7 @@
926926
"$(inherited)",
927927
"$(PROJECT_DIR)",
928928
);
929-
MARKETING_VERSION = 1.19.0;
929+
MARKETING_VERSION = 1.20.0;
930930
OTHER_LDFLAGS = (
931931
"$(inherited)",
932932
"-ObjC",
@@ -949,7 +949,7 @@
949949
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
950950
CLANG_ENABLE_MODULES = YES;
951951
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
952-
CURRENT_PROJECT_VERSION = 76;
952+
CURRENT_PROJECT_VERSION = 77;
953953
DEVELOPMENT_TEAM = HDPUB8C3KG;
954954
HEADER_SEARCH_PATHS = "$(inherited)";
955955
INFOPLIST_FILE = celo/Info.plist;
@@ -958,7 +958,7 @@
958958
"$(inherited)",
959959
"$(PROJECT_DIR)",
960960
);
961-
MARKETING_VERSION = 1.19.0;
961+
MARKETING_VERSION = 1.20.0;
962962
OTHER_LDFLAGS = (
963963
"$(inherited)",
964964
"-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.19.0",
3+
"version": "1.20.0",
44
"author": "Celo",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)