diff --git a/package-lock.json b/package-lock.json index bc224db..afc4b12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spur-web", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spur-web", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "body-parser": "^1.10.2", diff --git a/package.json b/package.json index d9d2141..c34bb25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spur-web", - "version": "2.0.0", + "version": "2.0.1", "description": "Common node modules and express middleware that are designed to be the boilerplate of a node web app.", "main": "./src/injector", "scripts": {