Skip to content

Commit e631cee

Browse files
committed
upgrade app version to 2.0.0
1 parent edd9900 commit e631cee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ android {
9898
minSdkVersion 16
9999
targetSdkVersion 22
100100
versionCode 4
101-
versionName "1.1.0"
101+
versionName "2.0.0"
102102
ndk {
103103
abiFilters "armeabi-v7a", "x86"
104104
}

ios/reading/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.1.0</string>
20+
<string>2.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reading",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "iReading App Write In React-Native",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)