diff --git a/package-lock.json b/package-lock.json index 3fcc6b7..81f5c22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fuzzyhome", - "version": "0.1.42", + "version": "0.1.43", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fuzzyhome", - "version": "0.1.42", + "version": "0.1.43", "dependencies": { "dexie": "^3.2.2", "dexie-export-import": "^1.0.3", diff --git a/package.json b/package.json index 5a1ecba..2430c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuzzyhome", - "version": "0.1.42", + "version": "0.1.43", "scripts": { "build": "imba build app/index.html", "publish-preview": "npx gh-pages --no-history --dotfiles --dist dist/ --branch preview",