bump package version to 1.1.3 v1.1.3
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 10 Mar 2024 18:42:09 +0000 (11:42 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 10 Mar 2024 19:03:32 +0000 (12:03 -0700)
package-lock.json
package.json

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