Browse Source

bump to 0.5.2

Ben Hsieh 8 years ago
parent
commit
44b972d312
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "fetchblob",
3
-  "version": "0.4.2",
3
+  "version": "0.5.2",
4 4
   "private": true,
5 5
   "scripts": {
6 6
     "start": "node node_modules/react-native/local-cli/cli.js start",
@@ -11,6 +11,6 @@
11 11
     "chalk": "^1.1.3",
12 12
     "chokidar": "^1.5.1",
13 13
     "express": "^4.13.4",
14
-    "multer": "^1.1.0"  
14
+    "multer": "^1.1.0"
15 15
   }
16 16
 }