Skip to content

Commit 5661f52

Browse files
committed
Updated manifest and version
1 parent 3072c22 commit 5661f52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

companion/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/bitfocus/companion-module-base/main/schemas/manifest.schema.json",
3-
"id": "talktome",
4-
"name": "talktome",
3+
"id": "talktome-intercom",
4+
"name": "talktome-intercom",
55
"shortname": "talktome",
66
"description": "talktome intercom control and feedback module",
7-
"version": "0.1.7",
7+
"version": "0.1.8",
88
"license": "MIT",
99
"repository": "https://github.com/bitfocus/companion-module-talktome-intercom",
1010
"bugs": "https://github.com/bitfocus/companion-module-talktome-intercom/issues",
@@ -13,7 +13,7 @@
1313
"name": "Daniel Jocher"
1414
}
1515
],
16-
"legacyIds": ["talktome-intercom"],
16+
"legacyIds": ["talktome"],
1717
"runtime": {
1818
"type": "node22",
1919
"api": "nodejs-ipc",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "companion-module-talktome-intercom",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"main": "dist/main.js",
55
"description": "Bitfocus Companion module for talktome",
66
"license": "MIT",

0 commit comments

Comments
 (0)