Browse Source

bump to 0.6.4

Ben Hsieh 7 years ago
parent
commit
61923b8738
3 changed files with 3 additions and 2 deletions
  1. 1
    0
      README.md
  2. 1
    1
      package.json
  3. 1
    1
      src/package.json

+ 1
- 0
README.md View File

@@ -569,6 +569,7 @@ RNFetchBlob.config({
569 569
 
570 570
 | Version | |
571 571
 |---|---|
572
+| 0.6.4 | Fix rnpm link script. |
572 573
 | 0.6.3 | Fix performance issue on IOS, increase max concurrent request limitation from 1. |
573 574
 | 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt |
574 575
 | 0.6.1 | Fix #37 progress report API issue on IOS |

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "fetchblob",
3
-  "version": "0.6.3",
3
+  "version": "0.6.4",
4 4
   "private": true,
5 5
   "scripts": {
6 6
     "start": "node node_modules/react-native/local-cli/cli.js start",

+ 1
- 1
src/package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.6.3",
3
+  "version": "0.6.4",
4 4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5 5
   "main": "index.js",
6 6
   "scripts": {