diff --git a/companion/HELP.md b/companion/HELP.md index 92fc361..d89721f 100644 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -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 diff --git a/companion/manifest.json b/companion/manifest.json index a0d5e89..c40fc6e 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -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", diff --git a/package.json b/package.json index 5ec22e7..a6c84b4 100644 --- a/package.json +++ b/package.json @@ -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",