Skip to content

Commit 2e14e6b

Browse files
author
Ron Radtke
committed
version
1 parent 223c495 commit 2e14e6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The project will be continued in this repository. React-Native-Blob-Util is full
1212

1313
# Version Compatibility Warning
1414

15-
react-native-blob-util version **0.17.0** and up is only compatible with react native **0.64** and up.
15+
react-native-blob-util version **0.17.0** and up is only compatible with react native **0.65** and up.
1616

1717
react-native-blob-util version **0.10.16** and up is only compatible with react native **0.60** and up.
1818

examples/ReactNativeBlobUtil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "18.1.0",
1414
"react-native": "^0.70.3",
1515
"react-native-windows": "^0.64.0",
16-
"react-native-blob-util": "^0.17.0"
16+
"react-native-blob-util": "^0.17.1"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.12.9",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)