bump package version to 1.1.4 v1.1.4
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 15 Mar 2024 00:34:26 +0000 (17:34 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 15 Mar 2024 00:34:26 +0000 (17:34 -0700)
package-lock.json
package.json

index c399adc674e5ae6452b2e51b25c6f15e98ae841c..39c8c81611f9c798cdee4df0625d7e8fa18cc980 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/totp",
-      "version": "1.1.3",
+      "version": "1.1.4",
       "license": "ISC",
       "dependencies": {
         "base32.js": "^0.1.0",
index 5fc5d6a425d3cc48e8869388a25cfdb07b77571e..0bb03b619a11f78b5b9e248ff29e0947de050f84 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "description": "A minimal TOTP/HOTP helper.",
   "main": "index.js",
   "scripts": {