diff --git a/README.md b/README.md index 3270adf76..3835a917f 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ RNFetchBlob.config({ | Version | | |---|---| +| 0.6.4 | Fix rnpm link script. | | 0.6.3 | Fix performance issue on IOS, increase max concurrent request limitation from 1. | | 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt | | 0.6.1 | Fix #37 progress report API issue on IOS | diff --git a/package.json b/package.json index 62cbdb032..5eb454730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchblob", - "version": "0.6.3", + "version": "0.6.4", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/src/package.json b/src/package.json index 5c335368b..261079fd1 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fetch-blob", - "version": "0.6.3", + "version": "0.6.4", "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", "main": "index.js", "scripts": {