Skip to content

Commit fc955fc

Browse files
author
Kevin Brown
committed
1.0.10
1 parent 4da5442 commit fc955fc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ android {
9191
applicationId "com.reactconf2017"
9292
minSdkVersion 16
9393
targetSdkVersion 22
94-
versionCode 2
95-
versionName "1.0.9"
94+
versionCode 3
95+
versionName "1.0.10"
9696
ndk {
9797
abiFilters "armeabi-v7a", "x86"
9898
}

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.reactconf2017"
3-
android:versionCode="2"
4-
android:versionName="1.0.9">
3+
android:versionCode="3"
4+
android:versionName="1.0.10">
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

ios/ReactConf2017/Info.plist

Lines changed: 1 addition & 1 deletion
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.9</string>
20+
<string>1.0.10</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ReactConf2017",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"private": true,
55
"scripts": {
66
"precommit": "lint-staged --verbose",

0 commit comments

Comments
 (0)