Skip to content

Commit

Permalink
Merge pull request #7 from phillipivan/master
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
josephdadams authored Jan 17, 2024
2 parents 2284239 + f291d71 commit f2c54c3
Show file tree
Hide file tree
Showing 10 changed files with 230 additions and 114 deletions.
5 changes: 4 additions & 1 deletion companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,12 @@ Enter the IP address, port of the media player. If a password is required, enter

## Version History

### Version 2.0.2
- Minor fixes

### Version 2.0.1
- Add action & feedback subscription callbacks
- Update package.josn
- Update package.json
- Update companion-module-base to 1.7.0

### Version 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions companion/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "tascam-cd",
"name": "tascam-cd",
"shortname": "SS-CDR250N / SS-R250N",
"shortname": "SS-CDR250N",
"description": "Bitfocus Companion module for the Tascam SS-CDR250N and SS-R250N",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-tascam-cd.git",
"bugs": "https://github.com/bitfocus/companion-module-tascam-cd/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": "tascam-cd",
"version": "2.0.1",
"version": "2.0.2",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
Loading

0 comments on commit f2c54c3

Please sign in to comment.