소스 검색

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é 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,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 파일 보기

@@ -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…
취소
저장