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: {},