From e3cb698c556c98e2db26782f193c1a7f83e7df96 Mon Sep 17 00:00:00 2001
From: familyfriendlymikey <ozmichaelt@icloud.com>
Date: Mon, 5 Sep 2022 21:11:43 -0400
Subject: [PATCH] 0.1.43

---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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",