Browse Source

bump to 0.6.4

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

+ 1
- 1
package.json View File

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

+ 1
- 1
src/package.json View File

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