Browse Source

bump version

Ben Hsieh 7 years ago
parent
commit
af9822815f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package.json
  2. 1
    1
      src/package.json

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "fetchblob-dev",
2
   "name": "fetchblob-dev",
3
-  "version": "0.9.0",
3
+  "version": "0.9.2",
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.9.1",
3
+  "version": "0.9.2-beta.1",
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": {