Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Radtke committed Jan 5, 2023
1 parent 223c495 commit 2e14e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/ReactNativeBlobUtil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2e14e6b

Please sign in to comment.