Browse Source

rn: bump SDK version to 2.2.0

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
9e95e7cd97
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      android/gradle.properties
  2. 1
    1
      ios/sdk/src/Info.plist

+ 1
- 1
android/gradle.properties View File

18
 # org.gradle.parallel=true
18
 # org.gradle.parallel=true
19
 
19
 
20
 appVersion=19.2.0
20
 appVersion=19.2.0
21
-sdkVersion=2.1.0
21
+sdkVersion=2.2.0

+ 1
- 1
ios/sdk/src/Info.plist View File

15
 	<key>CFBundlePackageType</key>
15
 	<key>CFBundlePackageType</key>
16
 	<string>FMWK</string>
16
 	<string>FMWK</string>
17
 	<key>CFBundleShortVersionString</key>
17
 	<key>CFBundleShortVersionString</key>
18
-	<string>2.1.0</string>
18
+	<string>2.2.0</string>
19
 	<key>CFBundleVersion</key>
19
 	<key>CFBundleVersion</key>
20
 	<string>$(CURRENT_PROJECT_VERSION)</string>
20
 	<string>$(CURRENT_PROJECT_VERSION)</string>
21
 	<key>NSPrincipalClass</key>
21
 	<key>NSPrincipalClass</key>

Loading…
Cancel
Save