From: Justin Wind Date: Sun, 27 Aug 2023 22:01:33 +0000 (-0700) Subject: bump package version to 1.0.1 X-Git-Tag: v1.0.1 X-Git-Url: http://git.squeep.com/?p=squeep-resource-authentication-module;a=commitdiff_plain bump package version to 1.0.1 --- diff --git a/package-lock.json b/package-lock.json index e400fe6..a4ed13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/resource-authentication-module", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/resource-authentication-module", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@squeep/api-dingus": "v2.0.0", diff --git a/package.json b/package.json index 36a8a94..0d9faa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/resource-authentication-module", - "version": "1.0.0", + "version": "1.0.1", "description": "Wrangles authentication for resource servers; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {