change version to 1.3.1

This commit is contained in:
Janis
2023-10-07 17:15:09 +02:00
parent 32108d7a99
commit 59594125a5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "ts5-obs-overlay", "name": "ts5-obs-overlay",
"private": true, "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", "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",

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.3.0", version: "1.3.1",
name: "TS5 OBS Overlay", name: "TS5 OBS Overlay",
description: "A OBS overlay for TS5 by DerTyp7", description: "A OBS overlay for TS5 by DerTyp7",
}, },