Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 944327b

Browse files
committed
bump to 0.7.4
1 parent 0cf98f2 commit 944327b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ RNFetchBlob.config({
614614

615615
| Version | |
616616
|---|---|
617+
| 0.7.4 | Fix app crash problem in version > 0.27 |
617618
| 0.7.3 | Fix OkHttp dependency issue in version < 0.29 |
618619
| 0.7.2 | Fix cancel request bug |
619620
| 0.7.1 | Fix #57 ios module could not compile on ios version <= 9.3 |

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchblob",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

src/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ RNFetchBlob.config({
618618

619619
| Version | |
620620
|---|---|
621+
| 0.7.4 | Fix app crash problem in version > 0.27 |
621622
| 0.7.3 | Fix OkHttp dependency issue in version < 0.29 |
622623
| 0.7.2 | Fix cancel request bug |
623624
| 0.7.1 | Fix #57 ios module could not compile on ios version <= 9.3 |

src/package.json

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

0 commit comments

Comments
 (0)