bump package version to 1.1.5 master v1.1.5
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 5 May 2024 20:49:58 +0000 (13:49 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 5 May 2024 20:49:58 +0000 (13:49 -0700)
package-lock.json
package.json

index b64e29b1a61558ff077e6c2ee9a1ec92a14ae695..7c374247f40b835e015a9de4f4b3d1422ef4aaa1 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/totp",
-      "version": "1.1.4",
+      "version": "1.1.5",
       "license": "ISC",
       "dependencies": {
         "base32.js": "^0.1.0",
index b2510247f336f853fd8e4b8c3b05288549818139..06c35aa8073039089c3508f98bc46b1f8b8a77d8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "description": "A minimal TOTP/HOTP helper.",
   "main": "index.js",
   "scripts": {