Browse Source

rn: now working on 20.3

master
Saúl Ibarra Corretgé 5 years ago
parent
commit
afe1b4b0f9

+ 1
- 1
android/gradle.properties View File

@@ -20,5 +20,5 @@
20 20
 android.useAndroidX=true
21 21
 android.enableJetifier=true
22 22
 
23
-appVersion=20.2.0
23
+appVersion=20.3.0
24 24
 sdkVersion=2.8.0

+ 1
- 1
ios/app/src/Info.plist View File

@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>APPL</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>20.2.0</string>
20
+	<string>20.3.0</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleURLTypes</key>

+ 1
- 1
ios/app/watchos/app/Info.plist View File

@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>APPL</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>20.2.0</string>
20
+	<string>20.3.0</string>
21 21
 	<key>CFBundleVersion</key>
22 22
 	<string>1</string>
23 23
 	<key>UISupportedInterfaceOrientations</key>

+ 1
- 1
ios/app/watchos/extension/Info.plist View File

@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>XPC!</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>20.2.0</string>
20
+	<string>20.3.0</string>
21 21
 	<key>CFBundleVersion</key>
22 22
 	<string>1</string>
23 23
 	<key>CLKComplicationPrincipalClass</key>

Loading…
Cancel
Save