Browse Source

rn: raise version to 19.3

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

+ 1
- 1
android/gradle.properties View File

@@ -17,5 +17,5 @@
17 17
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18 18
 # org.gradle.parallel=true
19 19
 
20
-appVersion=19.2.0
20
+appVersion=19.3.0
21 21
 sdkVersion=2.2.1

+ 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>19.2.0</string>
20
+	<string>19.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>19.2.0</string>
20
+	<string>19.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>19.2.0</string>
20
+	<string>19.3.0</string>
21 21
 	<key>CFBundleVersion</key>
22 22
 	<string>1</string>
23 23
 	<key>CLKComplicationPrincipalClass</key>

Loading…
Cancel
Save