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

Commit 39a562a

Browse files
committed
bump to 0.8.2
1 parent 8716ec2 commit 39a562a

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
@@ -676,6 +676,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
676676

677677
| Version | |
678678
|---|---|
679+
| 0.8.2 | Fix Android RN 0.31 installation issue #78 |
679680
| 0.8.1 | Remove Web API log and fix ios progress report function. |
680681
| 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
681682
| 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchblob",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
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
@@ -678,6 +678,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
678678

679679
| Version | |
680680
|---|---|
681+
| 0.8.2 | Fix Android RN 0.31 installation issue #78 |
681682
| 0.8.1 | Remove Web API log and fix ios progress report function. |
682683
| 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
683684
| 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |

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