From ba95f316a4787a5a68cc496f809d20c0b595504a Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Mon, 1 Jan 2024 17:02:39 -0500 Subject: [PATCH] Update useProjectStoreFactory.js --- composables/useProjectStoreFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/useProjectStoreFactory.js b/composables/useProjectStoreFactory.js index 224f38e..24b1374 100644 --- a/composables/useProjectStoreFactory.js +++ b/composables/useProjectStoreFactory.js @@ -11,7 +11,7 @@ export default function (id, initialValue = null) { const storage = useIndexedDb( id, initialValue ?? { - version: '1.20.2', + version: '1.20.3', modified: false, page: {}, settings: {},