Skip to content

Commit

Permalink
upgrade app version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Cao committed Jan 3, 2017
1 parent edd9900 commit e631cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ android {
minSdkVersion 16
targetSdkVersion 22
versionCode 4
versionName "1.1.0"
versionName "2.0.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/reading/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reading",
"version": "1.1.1",
"version": "2.0.0",
"description": "iReading App Write In React-Native",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit e631cee

Please sign in to comment.