diff --git a/package-lock.json b/package-lock.json index 361c22d..98f3cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "koa-path-match", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "koa-path-match", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 013105b..8254d39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koa-path-match", "description": "koa route middleware", - "version": "3.0.0", + "version": "4.0.0", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "koajs/path-match",