From 1a9b338b807db0785fa7a619b2c07e76b0e47f88 Mon Sep 17 00:00:00 2001 From: Pierlou Date: Tue, 26 Mar 2024 16:38:58 +0100 Subject: [PATCH] fix: standardize schemas versions --- table1/schema.json | 2 +- table2/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/table1/schema.json b/table1/schema.json index 6863362..85a4a36 100644 --- a/table1/schema.json +++ b/table1/schema.json @@ -25,7 +25,7 @@ ], "created": "2024-02-08", "lastModified": "2024-02-08", - "version": "0.0.1", + "version": "v0.0.1", "contributors": [ { "title": "Test Test", diff --git a/table2/schema.json b/table2/schema.json index 71e0bbb..8b1ec07 100644 --- a/table2/schema.json +++ b/table2/schema.json @@ -25,7 +25,7 @@ ], "created": "2024-02-08", "lastModified": "2024-02-08", - "version": "0.0.1", + "version": "v0.0.1", "contributors": [ { "title": "Test Test",