change version in auth payload

This commit is contained in:
Janis
2023-10-07 15:22:49 +02:00
parent f6bf559612
commit 1cac2ca77f

View File

@@ -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",
},