Skip to content

Commit c9e777c

Browse files
committed
upgrade version
1 parent 35327a2 commit c9e777c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.0.0"
101+
versionName "1.1.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.0.0</string>
20+
<string>1.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reading",
3-
"version": "1.0.1-rc",
3+
"version": "1.1.0",
44
"description": "iReading App Write In React-Native",
55
"license": "Apache-2.0",
66
"repository": {
@@ -28,11 +28,11 @@
2828
"react-native-wechat": "^1.6.1",
2929
"react-redux": "^4.4.5",
3030
"redux": "^3.6.0",
31-
"redux-logger": "^2.6.1",
32-
"redux-saga": "^0.11.1"
31+
"redux-logger": "^2.7.0",
32+
"redux-saga": "^0.12.0"
3333
},
3434
"devDependencies": {
35-
"babel-core": "^6.16.0",
35+
"babel-core": "^6.17.0",
3636
"babel-eslint": "^7.0.0",
3737
"babel-polyfill": "^6.16.0",
3838
"babel-preset-react-native": "^1.9.0",
@@ -46,7 +46,7 @@
4646
"mocha": "^3.1.0",
4747
"react-addons-test-utils": "~15.3.1",
4848
"react-dom": "~15.3.1",
49-
"react-native-mock": "^0.2.6",
49+
"react-native-mock": "^0.2.7",
5050
"redux-devtools": "^3.3.1"
5151
}
5252
}

0 commit comments

Comments
 (0)