Browse Source

bump version to 0.10.0

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