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)
This commit is contained in:
Saúl Ibarra Corretgé
2019-01-29 17:25:00 +01:00
committed by Saúl Ibarra Corretgé
parent a1383bf730
commit 14990a427a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,6 +17,6 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
buildNumber=2
appVersion=1.21.0
buildNumber=1
appVersion=19.0.0
sdkVersion=1.21.0
+1 -1
View File
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.21</string>
<string>19.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>