diff --git a/package-lock.json b/package-lock.json index 9b097eb..0541b81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "srvd", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "srvd", - "version": "0.0.1", + "version": "0.1.0", "license": "CC0-1.0", "dependencies": { "finalhandler": "^1.1.2", diff --git a/package.json b/package.json index 4059740..66509dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "srvd", - "version": "0.0.1", + "version": "0.1.0", "description": "Another Development Server. Supports Range Requests. Configure through Environmental Variables.", "main": "srvd.js", "bin": {