From 4f89b932fb0a28eae4f0b9edb0d7e6cb47c358f2 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 24 Oct 2024 21:38:03 +0200 Subject: [PATCH] chore: updated compatible simulator version --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.ts b/src/store.ts index 9138563..f844e26 100644 --- a/src/store.ts +++ b/src/store.ts @@ -59,7 +59,7 @@ export const useStore = defineStore({ lastFocusedElement: null as HTMLElement | null, - compatibleSimulatorVersion: '2024.1.2', + compatibleSimulatorVersion: '2024.2.1', }), getters: {