Skip to content

Commit

Permalink
support for 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams committed Sep 4, 2022
1 parent f8c6264 commit e684da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytehive-playoutbee",
"version": "1.0.6",
"version": "1.0.7",
"description": "PlayoutBee module for Companion",
"manufacturer": "ByteHive",
"product": [
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
initConstants() {
this.defineConst('DEFAULT_IP', '127.0.0.1')
this.defineConst('DEFAULT_PORT', '3000')
this.defineConst('COMPATIBLE_VERSIONS', ['0.9.3', '0.9.4'])
this.defineConst('COMPATIBLE_VERSIONS', ['0.9.3', '0.9.4', '0.9.5'])
},
}

0 comments on commit e684da8

Please sign in to comment.