From 1cbf7ef462847ad82be1115968559ea8e5b86c65 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Wed, 9 Nov 2022 03:19:41 +0100 Subject: [PATCH] 2.1.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",