Skip to content

Commit 0a58007

Browse files
chore(release): 1.2.2-qa.1
## [1.2.2-qa.1](v1.2.1...v1.2.2-qa.1) "YEUUUUUH" (2020-12-29) ### Bug Fixes * adding jira release FT-1000 ([72cf4e4](72cf4e4)) * dude FT-1001 ([7ffb668](7ffb668)) * dude FT-1002 ([b503eb1](b503eb1)) * test ([bb7965a](bb7965a)) * test ([066729c](066729c)) * test ([a3c7fbb](a3c7fbb)) * test ([0221694](0221694))
1 parent bb7965a commit 0a58007

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 151
152-
versionName "1.2.1"
151+
versionCode 152
152+
versionName "1.2.2-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.2.1</string>
20+
<string>1.2.2</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>151</string>
43+
<string>152</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.3.0",
3+
"version": "1.2.2-qa.1",
44
"private": true,
55
"scripts": {
66
"postversion": "bash ./react-native-version.sh"

0 commit comments

Comments
 (0)