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

Commit 61923b8

Browse files
committed
bump to 0.6.4
1 parent 231cfab commit 61923b8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

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

570570
| Version | |
571571
|---|---|
572+
| 0.6.4 | Fix rnpm link script. |
572573
| 0.6.3 | Fix performance issue on IOS, increase max concurrent request limitation from 1. |
573574
| 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt |
574575
| 0.6.1 | Fix #37 progress report API issue on IOS |

package.json

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

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