Skip to content

Commit

Permalink
update help and json
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Dec 18, 2023
1 parent d77a9cd commit 05dfe4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Enter the IP address, port and password of the recorder.

## Version History

### Version 1.0.0
- Initiail release
### Version 1.0.1
- Initial release
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.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.1",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 05dfe4b

Please sign in to comment.