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

Commit 2d34f11

Browse files
committed
bump to 0.9.1
1 parent 48d1c3f commit 2d34f11

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
720720

721721
| Version | |
722722
|---|---|
723+
| 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
723724
| 0.9.0 | Fix unicode response data format issue #73. Improve Android performance by using thread pool instead of async task. Add Fetch replacement #70. Add Android only API `actionViewIntent` to open file or install APK in app |
724725
| 0.8.1 | Remove Web API log and fix ios progress report function. |
725726
| 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |

src/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
722722

723723
| Version | |
724724
|---|---|
725+
| 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
725726
| 0.9.0 | Fix unicode response data format issue #73. Improve Android performance by using thread pool instead of async task. Add Fetch replacement #70. Add Android only API `actionViewIntent` to open file or install APK in app |
726727
| 0.8.1 | Remove Web API log and fix ios progress report function. |
727728
| 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |

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.9.0",
3+
"version": "0.9.1",
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)