bump package version to 1.1.1 v1.1.1
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 7 Mar 2024 20:18:31 +0000 (12:18 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 7 Mar 2024 20:18:31 +0000 (12:18 -0800)
package-lock.json
package.json

index 2f561d1f16f8f1fb5a683d42986a912cd51a6d5e..d0f4516fbf7abe0136c75d2def949197c750a86f 100644 (file)
@@ -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",
index 8c52504d0967502bd87d041c54261795e4d88dc4..c00c560dad8dc0e292166557b1c652a4e41e3011 100644 (file)
@@ -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": {