From: Justin Wind Date: Sat, 10 Jun 2023 20:24:02 +0000 (-0700) Subject: bump package version to 1.3.1 X-Git-Tag: v1.3.1^0 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=a821a0f79c42f8ea55aec503c992650113d82028 bump package version to 1.3.1 --- diff --git a/package-lock.json b/package-lock.json index 2394c4d..bf8cb13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.3.0", + "version": "1.3.1", "license": "ISC", "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", diff --git a/package.json b/package.json index 67aa092..f19f283 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.3.0", + "version": "1.3.1", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {