From 8b998e55749e8613c0dece7a156b5edf83fb3608 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sun, 27 Aug 2023 14:51:46 -0700 Subject: [PATCH] bump package version to 1.3.2 --- 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 414efe8..f7b64c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.3.1", + "version": "1.3.2", "license": "ISC", "dependencies": { "@squeep/api-dingus": "v2.0.0", diff --git a/package.json b/package.json index 02226db..a1a55c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.3.1", + "version": "1.3.2", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { -- 2.43.2