We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0e5f2 commit 9613f05Copy full SHA for 9613f05
1 file changed
src/io/state-file/index.ts
@@ -12,7 +12,7 @@ import { ARCHIVE_FILE_TYPES } from '@/src/io/mimeTypes';
12
import { useViewConfigStore } from '@/src/store/view-configs';
13
14
export const MANIFEST = 'manifest.json';
15
-export const MANIFEST_VERSION = '6.1.0';
+export const MANIFEST_VERSION = '6.1.1';
16
17
export async function serialize() {
18
const datasetStore = useDatasetStore();
0 commit comments