diff --git a/README.md b/README.md index 9ab81b417..fd93b7839 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The project will be continued in this repository. React-Native-Blob-Util is full # Version Compatibility Warning -react-native-blob-util version **0.17.0** and up is only compatible with react native **0.64** and up. +react-native-blob-util version **0.17.0** and up is only compatible with react native **0.65** and up. react-native-blob-util version **0.10.16** and up is only compatible with react native **0.60** and up. diff --git a/examples/ReactNativeBlobUtil/package.json b/examples/ReactNativeBlobUtil/package.json index ceb9a5702..3d908a831 100644 --- a/examples/ReactNativeBlobUtil/package.json +++ b/examples/ReactNativeBlobUtil/package.json @@ -13,7 +13,7 @@ "react": "18.1.0", "react-native": "^0.70.3", "react-native-windows": "^0.64.0", - "react-native-blob-util": "^0.17.0" + "react-native-blob-util": "^0.17.1" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/package.json b/package.json index 865b07dce..824c9b3e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-blob-util", - "version": "0.17.0", + "version": "0.17.1", "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", "main": "index", "scripts": {