Browse Source

bump version to 0.10.0

iou90 6 years ago
parent
commit
fcb3440825
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

1
 {
1
 {
2
   "name": "react-native-autoheight-webview",
2
   "name": "react-native-autoheight-webview",
3
-  "version": "0.6.1",
3
+  "version": "0.10.0",
4
   "description": "An auto height webview for React Native",
4
   "description": "An auto height webview for React Native",
5
   "main": "autoHeightWebView",
5
   "main": "autoHeightWebView",
6
   "files": [
6
   "files": [
28
   "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
28
   "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
29
   "peerDependencies": {
29
   "peerDependencies": {
30
     "react": "*",
30
     "react": "*",
31
-    "react-native": ">= 0.47.0"
31
+    "react-native": ">= 0.56.0"
32
   },
32
   },
33
   "dependencies": {
33
   "dependencies": {
34
     "immutable": "^3.8.1",
34
     "immutable": "^3.8.1",