diff --git a/composables/useProjectStoreFactory.js b/composables/useProjectStoreFactory.js index e2aa0af..bda8272 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.21.1', + version: '1.22.0', modified: false, page: {}, settings: {},