bump package version to 1.1.2 v1.1.2
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Mar 2024 00:42:33 +0000 (16:42 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Mar 2024 00:42:33 +0000 (16:42 -0800)
package-lock.json
package.json

index d0f4516fbf7abe0136c75d2def949197c750a86f..81ef2eb86d1916a4cd8abb1641e0a8d6ba160a38 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/totp",
-      "version": "1.1.1",
+      "version": "1.1.2",
       "license": "ISC",
       "dependencies": {
         "base32.js": "^0.1.0",
index c00c560dad8dc0e292166557b1c652a4e41e3011..6501f3f095ff98a3d428d4580280a3d3eec6a092 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/totp",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "description": "A minimal TOTP/HOTP helper.",
   "main": "index.js",
   "scripts": {