Skip to content

Commit

Permalink
v2.0.1: upgrade script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krocheck committed Mar 12, 2023
1 parent 322ceaa commit ae688e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "bmd-smartview",
"shortname": "smart",
"description": "bmd-smartview",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-bmd-smartview.git",
"bugs": "https://github.com/bitfocus/companion-module-bmd-smartview/issues",
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-smartview",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/upgrades.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function upgrade_v1_1_0(context, props) {

return {
updatedConfig: null,
updatedActions: [],
updatedActions: updateActions,
updatedFeedbacks: [],
}
}
Expand Down

0 comments on commit ae688e0

Please sign in to comment.