From: Justin Wind Date: Sat, 11 May 2024 18:43:18 +0000 (-0700) Subject: bump package version to 1.4.1 X-Git-Tag: v1.4.1^0 X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e967fdce5a017cc28b19cd3d4f2ece745dcecdaf;p=squeep-authentication-module bump package version to 1.4.1 --- diff --git a/package-lock.json b/package-lock.json index 8f90df0..cadd7ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.4.0", + "version": "1.4.1", "license": "ISC", "dependencies": { "@squeep/api-dingus": "^2", diff --git a/package.json b/package.json index e282fb6..9bcb498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.4.0", + "version": "1.4.1", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {