diff --git a/package.json b/package.json index 8ae3f23..c5260a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts5-obs-overlay", "private": true, - "version": "1.3.0", + "version": "1.3.1", "description": "Overlay for OBS to show the current talking clients in your Teamspeak 5 Channel", "homepage": "https://dertyp7.github.io/ts5-obs-overlay", "type": "module", diff --git a/src/App.tsx b/src/App.tsx index 5c47fa9..1fbcb9e 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.3.0", + version: "1.3.1", name: "TS5 OBS Overlay", description: "A OBS overlay for TS5 by DerTyp7", },