From: Justin Wind Date: Fri, 6 May 2022 19:01:21 +0000 (-0700) Subject: bump package version to 1.2.3 X-Git-Tag: v1.2.3 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=df9be924442837d9ba2bf6d80bf2563aee264103 bump package version to 1.2.3 --- diff --git a/package-lock.json b/package-lock.json index f01acb8..d094f0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e7dfab..813bc8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.2", + "version": "1.2.3", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {