Skip to content

Commit

Permalink
add legacy id (v2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniep01 committed Apr 3, 2023
1 parent 2fb4024 commit 6bbe12b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "bmd-webpresenter",
"shortname": "WebPresenter",
"description": "Live stream from any SDI video source direct to YouTube, Facebook, Twitter and more",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-bmd-webpresenter.git",
"bugs": "https://github.com/bitfocus/companion-module-bmd-webpresenter/issues",
Expand All @@ -12,7 +12,9 @@
"name": "Peter Daniel"
}
],
"legacyIds": [],
"legacyIds": [
"bmd-webpresenterhd"
],
"runtime": {
"type": "node18",
"api": "nodejs-ipc",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmd-webpresenter",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6bbe12b

Please sign in to comment.