diff --git a/package-lock.json b/package-lock.json index a71a45e..b986ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xumm-oauth2-pkce", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xumm-oauth2-pkce", - "version": "2.1.5", + "version": "2.1.6", "license": "MIT", "dependencies": { "debug": "^4.1.1", diff --git a/package.json b/package.json index d88f8ad..1c7e290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xumm-oauth2-pkce", - "version": "2.1.5", + "version": "2.1.6", "description": "Xumm JS SDK for client side only OAuth2 PKCE (implicit flow) auth.", "main": "dist/index.js", "types": "dist/index.d.ts",