diff --git a/package-lock.json b/package-lock.json index 08236ca..dd9ac4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superstatic", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superstatic", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "dependencies": { "basic-auth-connect": "^1.1.0", diff --git a/package.json b/package.json index 13405fa..54b289e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superstatic", - "version": "10.0.0", + "version": "11.0.0", "description": "A static file server for fancy apps", "main": "./lib/index.js", "types": "./lib/index.d.ts",