Selaa lähdekoodia

Merge branch '0.9.3'

Ben Hsieh 7 vuotta sitten
vanhempi
commit
81ff2f6b2f
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      package.json
  2. 1
    1
      src/package.json

+ 1
- 1
package.json Näytä tiedosto

1
 {
1
 {
2
   "name": "fetchblob-dev",
2
   "name": "fetchblob-dev",
3
-  "version": "0.9.2",
3
+  "version": "0.9.3",
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 Näytä tiedosto

1
 {
1
 {
2
   "name": "react-native-fetch-blob",
2
   "name": "react-native-fetch-blob",
3
-  "version": "0.9.2",
3
+  "version": "0.9.3",
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": {