From 5d8cfe3258a250502be6faf8c60475aa372adb03 Mon Sep 17 00:00:00 2001 From: Natanael Date: Sun, 28 Jul 2024 22:24:56 -0300 Subject: [PATCH] update version --- contexts/XTableConfigContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contexts/XTableConfigContext.tsx b/contexts/XTableConfigContext.tsx index 064d3ea..1a7917a 100644 --- a/contexts/XTableConfigContext.tsx +++ b/contexts/XTableConfigContext.tsx @@ -108,7 +108,7 @@ export interface IState { customImaging: ICustomImaging, } -export const SCHEMA_VERSION: number = 9 +export const SCHEMA_VERSION: number = 10 const getInitialState = (): IState => ({ schemaVersion: SCHEMA_VERSION,