diff --git a/package-lock.json b/package-lock.json index 9802daa..2a2c38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@markgarrigan/router", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@markgarrigan/router", - "version": "0.0.1", + "version": "0.0.2", "license": "Unlicense", "dependencies": { "path-to-regexp": "^6.2.1" diff --git a/package.json b/package.json index 419d9d3..edb7778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markgarrigan/router", - "version": "0.0.1", + "version": "0.0.2", "description": "Because I need a router to exactly what I want it to do.", "main": "index.js", "type": "module",