Skip to content

Commit

Permalink
feat(state): bump manifest version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed May 21, 2024
1 parent 1f02f96 commit e4da486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/state-file/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e4da486

Please sign in to comment.