Skip to content

Commit

Permalink
update json
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Dec 18, 2023
1 parent 05dfe4b commit 3ace7e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1
### Version 1.0.2
- 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.1",
"version": "1.0.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.0.1",
"version": "1.0.2",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 3ace7e7

Please sign in to comment.