Browse Source

Bump version to 1.4.0

iou90 5 years ago
parent
commit
e945a25b15
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      demo/yarn.lock
  2. 1
    1
      package.json

+ 1
- 1
demo/yarn.lock View File

4969
   integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
4969
   integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
4970
 
4970
 
4971
 react-native-autoheight-webview@../:
4971
 react-native-autoheight-webview@../:
4972
-  version "1.3.6"
4972
+  version "1.4.0"
4973
   dependencies:
4973
   dependencies:
4974
     prop-types "^15.7.2"
4974
     prop-types "^15.7.2"
4975
 
4975
 

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "react-native-autoheight-webview",
2
   "name": "react-native-autoheight-webview",
3
-  "version": "1.3.6",
3
+  "version": "1.4.0",
4
   "description": "An auto height webview for React Native, even auto width for inline html",
4
   "description": "An auto height webview for React Native, even auto width for inline html",
5
   "main": "autoHeightWebView",
5
   "main": "autoHeightWebView",
6
   "types": "index.d.ts",
6
   "types": "index.d.ts",