Browse Source

bump to 0.7.4

Ben Hsieh 8 years ago
parent
commit
944327b511
4 changed files with 4 additions and 2 deletions
  1. 1
    0
      README.md
  2. 1
    1
      package.json
  3. 1
    0
      src/README.md
  4. 1
    1
      src/package.json

+ 1
- 0
README.md View File

@@ -614,6 +614,7 @@ RNFetchBlob.config({
614 614
 
615 615
 | Version | |
616 616
 |---|---|
617
+| 0.7.4 | Fix app crash problem in version > 0.27 |
617 618
 | 0.7.3 | Fix OkHttp dependency issue in version < 0.29 |
618 619
 | 0.7.2 | Fix cancel request bug |
619 620
 | 0.7.1 | Fix #57 ios module could not compile on ios version <= 9.3 |

+ 1
- 1
package.json View File

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

+ 1
- 0
src/README.md View File

@@ -618,6 +618,7 @@ RNFetchBlob.config({
618 618
 
619 619
 | Version | |
620 620
 |---|---|
621
+| 0.7.4 | Fix app crash problem in version > 0.27 |
621 622
 | 0.7.3 | Fix OkHttp dependency issue in version < 0.29 |
622 623
 | 0.7.2 | Fix cancel request bug |
623 624
 | 0.7.1 | Fix #57 ios module could not compile on ios version <= 9.3 |

+ 1
- 1
src/package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.7.3",
3
+  "version": "0.7.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": {