From: Justin Wind Date: Sat, 11 Jun 2022 00:42:16 +0000 (-0700) Subject: bump package version to 1.2.4 X-Git-Tag: v1.2.4 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=591fb6da6dc5351088488c71e7830cba1b4d05ed bump package version to 1.2.4 --- diff --git a/package-lock.json b/package-lock.json index d34968e..f8deeb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.2.3", + "version": "1.2.4", "license": "ISC", "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", diff --git a/package.json b/package.json index de9ed17..0778919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.3", + "version": "1.2.4", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {