Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Jan 12, 2024
1 parent d668e73 commit cca23ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ This turns the record function of the controlled device on/off.

## Version History

### Version 1.1.2
- Bug fixes

### Version 1.1.1
- Bug fixes
- Update help
Expand Down
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": "tascam-da-6400",
"shortname": "DA-6400",
"description": "Bitfocus Companion module for the Tascam DA-6400 Multichannel Audio Recorder",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-tascam-da-6400.git",
"bugs": "https://github.com/bitfocus/companion-module-tascam-da-6400/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-da-6400",
"version": "1.1.1",
"version": "1.1.2",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit cca23ea

Please sign in to comment.