diff --git a/package-lock.json b/package-lock.json index 4a1408b6..39a02091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmondi/oauth2-server", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jmondi/oauth2-server", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "jsonwebtoken": "^8.5.1", diff --git a/package.json b/package.json index 9f7d48fe..127d816b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.1", + "version": "1.0.2", "name": "@jmondi/oauth2-server", "author": "Jason Raimondi ", "module": "dist/oauth2-server.esm.js",