瀏覽代碼

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 年之前
父節點
當前提交
14990a427a
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      android/gradle.properties
  2. 1
    1
      ios/app/src/Info.plist

+ 2
- 2
android/gradle.properties 查看文件

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 查看文件

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>

Loading…
取消
儲存