From 591fb6da6dc5351088488c71e7830cba1b4d05ed Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 10 Jun 2022 17:42:16 -0700 Subject: [PATCH] bump package version to 1.2.4 --- 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 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": { -- 2.43.2