mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
change author and version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ts5-obs-overlay",
|
"name": "ts5-obs-overlay",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.2.5",
|
"version": "1.3.0",
|
||||||
"description": "Overlay for OBS to show the current talking clients in your Teamspeak 5 Channel",
|
"description": "Overlay for OBS to show the current talking clients in your Teamspeak 5 Channel",
|
||||||
"homepage": "https://dertyp7.github.io/ts5-obs-overlay",
|
"homepage": "https://dertyp7.github.io/ts5-obs-overlay",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ 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.5",
|
version: "1.3.0",
|
||||||
name: "TS5 OBS Overlay",
|
name: "TS5 OBS Overlay",
|
||||||
description: "A OBS overlay for TS5 by DerTyp876",
|
description: "A OBS overlay for TS5 by DerTyp7",
|
||||||
},
|
},
|
||||||
logging: true,
|
logging: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user