From 05dfe4b3cdfcbe0a57ca9a054c5b5259faef35f8 Mon Sep 17 00:00:00 2001 From: Phillip Pietruschka Date: Mon, 18 Dec 2023 22:17:12 +1100 Subject: [PATCH] update help and json --- companion/HELP.md | 4 ++-- companion/manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",