diff --git a/companion/HELP.md b/companion/HELP.md index d89721f..3dad5f0 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.1 +### Version 1.0.2 - Initial release diff --git a/companion/manifest.json b/companion/manifest.json index c40fc6e..19e251d 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.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", diff --git a/package.json b/package.json index a6c84b4..0c48e78 100644 --- a/package.json +++ b/package.json @@ -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",