Skip to content

Commit 7cf1567

Browse files
authored
Merge pull request #56 from cohen72/beta
Beta
2 parents de92c7c + d0c3708 commit 7cf1567

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
1
44
2
55
3
6+
4

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 130
152-
versionName "1.0.4"
151+
versionCode 131
152+
versionName "1.0.5-beta.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.0.4</string>
20+
<string>1.0.5</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>130</string>
43+
<string>131</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.0.4",
3+
"version": "1.0.5-beta.1",
44
"private": true,
55
"scripts": {
66
"postversion": "react-native-version --never-amend"

0 commit comments

Comments
 (0)