Selaa lähdekoodia

update Readme & bump version to 1.1.1

iou90 5 vuotta sitten
vanhempi
commit
5fb74316b0
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
README.md Näytä tiedosto

@@ -4,7 +4,7 @@ An auto height webview for React Native, even auto width for inline html.
4 4
 ## versioning
5 5
 
6 6
 `npm install react-native-autoheight-webview --save` (rn >= 0.59, be capable of Hooks)
7
-`npm install react-native-autoheight-webview@1.0.1 --save` (rn >= 0.57)
7
+`npm install react-native-autoheight-webview@1.0.1 --save` (0.57 <= rn < 0.59)
8 8
 
9 9
 Read [README_old](./README_old.md) for earlier version guide.
10 10
 

+ 1
- 1
package-lock.json Näytä tiedosto

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-autoheight-webview",
3
-  "version": "1.1.0",
3
+  "version": "1.1.1",
4 4
   "lockfileVersion": 1,
5 5
   "requires": true,
6 6
   "dependencies": {

+ 1
- 1
package.json Näytä tiedosto

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-autoheight-webview",
3
-  "version": "1.1.0",
3
+  "version": "1.1.1",
4 4
   "description": "An auto height webview for React Native, even auto width for inline html",
5 5
   "main": "autoHeightWebView",
6 6
   "files": [