Sfoglia il codice sorgente

rn: set version to 19.0.0

This marks our switch to CalVer: http://calver.org/

Major: year
Minor: release number
Patch: build (in case we need to retry)
j8
Saúl Ibarra Corretgé 6 anni fa
parent
commit
14990a427a
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2
    2
      android/gradle.properties
  2. 1
    1
      ios/app/src/Info.plist

+ 2
- 2
android/gradle.properties Vedi File

@@ -17,6 +17,6 @@
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
-buildNumber=2
21
-appVersion=1.21.0
20
+buildNumber=1
21
+appVersion=19.0.0
22 22
 sdkVersion=1.21.0

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

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

Loading…
Annulla
Salva