From 1cac2ca77fb5df6df5f3a7d167528aff953f0d2c Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 7 Oct 2023 15:22:49 +0200 Subject: [PATCH] change version in auth payload --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 5cfa422..28a4461 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,7 @@ export default function App() { remoteAppPort: parseInt(searchParams.get("remoteAppPort") ?? "5899"), auth: { identifier: "de.tealfire.obs", - version: "1.2.2", + version: "1.2.3", name: "TS5 OBS Overlay", description: "A OBS overlay for TS5 by DerTyp876", },