From 22ecd9915b17fb0e0f95a46cc8788d49d7259cbc Mon Sep 17 00:00:00 2001 From: Jake Feasel Date: Sat, 12 Jun 2021 17:03:26 -0700 Subject: [PATCH] 0.5.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 504e924..ff5adfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "appauthhelper", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 729d15f..7543e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appauthhelper", - "version": "0.4.0", + "version": "0.5.0", "description": "Wrapper for AppAuthJS to assist with silent token acquisition and renewal", "main": "appAuthHelper.js", "scripts": {