Browse Source

Small package.json change

Matt Coles 9 years ago
parent
commit
5002e56848
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "js-query-string",
3
-  "version": "1.0.0",
3
+  "version": "1.0.1",
4 4
   "description": "Prepare native JS objects to be used in URL queries",
5 5
   "main": "lib/index.js",
6 6
   "scripts": {