bump package version to 1.1.0 v1.1.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Sep 2023 19:14:26 +0000 (12:14 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Sep 2023 19:14:26 +0000 (12:14 -0700)
package-lock.json
package.json

index 4cdb98b7eb4af387b82f65be3bbf58dfa0d98bf0..fb701668c5053e9af68b6ac14efbcbdf8cb8bdae 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/totp",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/totp",
-      "version": "1.0.0",
+      "version": "1.1.0",
       "license": "ISC",
       "dependencies": {
         "base32.js": "^0.1.0",
index 53a88e6ffb0d4c0dace87bb6cd473a536d4ee2fb..928dda9fde30d4a357000c64564dd3456e31798a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/totp",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "A minimal TOTP/HOTP helper.",
   "main": "index.js",
   "scripts": {