Ben Hsieh 8 anni fa
parent
commit
39a562a118
4 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  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 Vedi File

@@ -676,6 +676,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
676 676
 
677 677
 | Version | |
678 678
 |---|---|
679
+| 0.8.2 | Fix Android RN 0.31 installation issue #78 |
679 680
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
680 681
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
681 682
 | 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |

+ 1
- 1
package.json Vedi File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "fetchblob",
3
-  "version": "0.8.1",
3
+  "version": "0.8.2",
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 Vedi File

@@ -678,6 +678,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
678 678
 
679 679
 | Version | |
680 680
 |---|---|
681
+| 0.8.2 | Fix Android RN 0.31 installation issue #78 |
681 682
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
682 683
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
683 684
 | 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |

+ 1
- 1
src/package.json Vedi File

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