From 7581bab383b84fc0da104a8f6443efcf80d34980 Mon Sep 17 00:00:00 2001 From: Blake E Date: Thu, 22 Dec 2022 16:22:24 -0500 Subject: [PATCH] 0.2.0 --- 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 fed13eb..71f2f00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-tokens", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-tokens", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index eb414c5..e122a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-tokens", - "version": "0.1.1", + "version": "0.2.0", "description": "Bundled oauth-mock-server with pre-configured token clients (sinple-oauth2) for testing services and middleware", "homepage": "https://github.com/northone-inc/local-tokens", "scripts": {