From e4da4865892d7a0c21554f5907ba510e4b552730 Mon Sep 17 00:00:00 2001 From: Forrest Date: Tue, 21 May 2024 11:02:54 -0400 Subject: [PATCH] feat(state): bump manifest version to 4.0.0 --- src/io/state-file/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/state-file/index.ts b/src/io/state-file/index.ts index eaab18c88..8a7bcd05d 100644 --- a/src/io/state-file/index.ts +++ b/src/io/state-file/index.ts @@ -12,7 +12,7 @@ import { retypeFile } from '../io'; import { ARCHIVE_FILE_TYPES } from '../mimeTypes'; export const MANIFEST = 'manifest.json'; -export const MANIFEST_VERSION = '3.0.0'; +export const MANIFEST_VERSION = '4.0.0'; export async function serialize() { const datasetStore = useDatasetStore();