From ecf9c52f00dae3b9eee8316a1cffbc496f0fbd67 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Thu, 30 Dec 2021 13:31:06 -0800 Subject: [PATCH] bump package version to 1.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 332580a..32f1a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85ad94d..33d5a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.0.0", + "version": "1.1.0", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { -- 2.43.2