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