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"), remoteAppPort: parseInt(searchParams.get("remoteAppPort") ?? "5899"),
auth: { auth: {
identifier: "de.tealfire.obs", identifier: "de.tealfire.obs",
version: "1.2.2", version: "1.2.3",
name: "TS5 OBS Overlay", name: "TS5 OBS Overlay",
description: "A OBS overlay for TS5 by DerTyp876", description: "A OBS overlay for TS5 by DerTyp876",
}, },