From: Justin Wind <justin.wind+git@gmail.com>
Date: Thu, 7 Mar 2024 20:18:31 +0000 (-0800)
Subject: bump package version to 1.1.1
X-Git-Tag: v1.1.1^0
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6a9f46756e1eec12c0d508205e2420bf92ae4d50;p=squeep-totp

bump package version to 1.1.1
---

diff --git a/package-lock.json b/package-lock.json
index 2f561d1..d0f4516 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/totp",
-      "version": "1.1.0",
+      "version": "1.1.1",
       "license": "ISC",
       "dependencies": {
         "base32.js": "^0.1.0",
diff --git a/package.json b/package.json
index 8c52504..c00c560 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "A minimal TOTP/HOTP helper.",
   "main": "index.js",
   "scripts": {