Skip to content

Commit 61413bb

Browse files
committed
Bump OSW schema version to 0.3
1 parent 1ad286c commit 61413bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/workspace/[id]/export/tdei.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function upload() {
101101
"collection_date": new Date().toISOString(),
102102
"collection_method": oldMetadata.collection_method ?? 'manual',
103103
"data_source": oldMetadata.data_source ?? '3rdParty',
104-
"schema_version": workspace.type === 'osw' ? 'v0.2' : 'v1.0',
104+
"schema_version": workspace.type === 'osw' ? 'v0.3' : 'v1.0',
105105
"dataset_area": oldMetadata.dataset_area
106106
};
107107

0 commit comments

Comments
 (0)