Skip to content

Commit b599fe0

Browse files
chore(release): 1.2.0-qa.1
# [1.2.0-qa.1](v1.1.1...v1.2.0-qa.1) (2020-12-28) ### Bug Fixes * readme ([c411acf](c411acf)) ### Features * readme ([e08ad3e](e08ad3e))
1 parent e08ad3e commit b599fe0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ android {
148148
minSdkVersion rootProject.ext.minSdkVersion
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150150
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" // See note below!
151-
versionCode 150
152-
versionName "1.1.1"
151+
versionCode 151
152+
versionName "1.2.0-qa.1"
153153
multiDexEnabled true
154154
resValue "string", "build_config_package", "com.colu.newcities"
155155
}

ios/ColuConsumerRn/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.1</string>
20+
<string>1.2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -40,7 +40,7 @@
4040
</dict>
4141
</array>
4242
<key>CFBundleVersion</key>
43-
<string>150</string>
43+
<string>151</string>
4444
<key>FacebookAppID</key>
4545
<string>800294393431311</string>
4646
<key>FacebookDisplayName</key>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-playground",
3-
"version": "1.1.1",
3+
"version": "1.2.0-qa.1",
44
"private": true,
55
"scripts": {
66
"postversion": "bash ./react-native-version.sh"

0 commit comments

Comments
 (0)