Parcourir la source

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)
master
Saúl Ibarra Corretgé il y a 6 ans
Parent
révision
14990a427a
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2
    2
      android/gradle.properties
  2. 1
    1
      ios/app/src/Info.plist

+ 2
- 2
android/gradle.properties Voir le fichier

17
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
 # org.gradle.parallel=true
18
 # org.gradle.parallel=true
19
 
19
 
20
-buildNumber=2
21
-appVersion=1.21.0
20
+buildNumber=1
21
+appVersion=19.0.0
22
 sdkVersion=1.21.0
22
 sdkVersion=1.21.0

+ 1
- 1
ios/app/src/Info.plist Voir le fichier

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

Chargement…
Annuler
Enregistrer