From 262e7e3089ea148f6a533fc4c003ef9c8b6e7a01 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Fri, 15 Dec 2023 11:30:10 -0500 Subject: [PATCH] Bump version --- composables/useProjectStoreFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/useProjectStoreFactory.js b/composables/useProjectStoreFactory.js index f7e4eed..0523f88 100644 --- a/composables/useProjectStoreFactory.js +++ b/composables/useProjectStoreFactory.js @@ -10,7 +10,7 @@ export default function (id, initialValue = null) { const storage = useIndexedDb( id, initialValue ?? { - version: '1.20.0', + version: '1.20.1', modified: false, page: {}, settings: {},