Skip to content

Commit

Permalink
Update manifest.json to remove clashing legacy ids. Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchworkPirate committed Jan 24, 2025
1 parent e044837 commit 2ecddb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Web-Comms-Panel",
"shortname": "Web-Comms-Panel",
"description": "Direct: Web Comms plugin for Companion",
"version": "1.0.2",
"version": "1.0.5",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-webcomms-panel.git",
"bugs": "https://github.com/bitfocus/companion-module-webcomms-panel/issues",
Expand All @@ -22,5 +22,5 @@
"manufacturer": "Web Comms",
"products": ["Panel"],
"keywords": ["Intercom", "Comms"],
"legacyIds": ["webcomms-panel", "panel"]
"legacyIds": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcomms-panel",
"version": "1.0.4",
"version": "1.0.5",
"main": "panel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 2ecddb0

Please sign in to comment.