From: Justin Wind <justin.wind+git@gmail.com>
Date: Sat, 30 Jul 2022 21:44:45 +0000 (-0700)
Subject: bump package version to 1.2.6
X-Git-Tag: v1.2.6
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=c8e226af6234cdeb65eb3f7ce5e2306afc34dc56;p=squeep-authentication-module

bump package version to 1.2.6
---

diff --git a/package-lock.json b/package-lock.json
index 1678937..671eb0c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/authentication-module",
-  "version": "1.2.5",
+  "version": "1.2.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/authentication-module",
-      "version": "1.2.5",
+      "version": "1.2.6",
       "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 e3c7418..ad9e743 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/authentication-module",
-  "version": "1.2.5",
+  "version": "1.2.6",
   "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {