Skip to content

Commit 9613f05

Browse files
committed
fix(state): bump manifest version to 6.1.1 for sparse schema support
1 parent bb0e5f2 commit 9613f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/state-file/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ARCHIVE_FILE_TYPES } from '@/src/io/mimeTypes';
1212
import { useViewConfigStore } from '@/src/store/view-configs';
1313

1414
export const MANIFEST = 'manifest.json';
15-
export const MANIFEST_VERSION = '6.1.0';
15+
export const MANIFEST_VERSION = '6.1.1';
1616

1717
export async function serialize() {
1818
const datasetStore = useDatasetStore();

0 commit comments

Comments
 (0)