From cca23ea5089d3914720e734a9bcc2ccdf633dfe3 Mon Sep 17 00:00:00 2001 From: Phillip Pietruschka Date: Fri, 12 Jan 2024 16:13:40 +1100 Subject: [PATCH] version bump --- companion/HELP.md | 3 +++ companion/manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/companion/HELP.md b/companion/HELP.md index 692592e..da4a17f 100644 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -171,6 +171,9 @@ This turns the record function of the controlled device on/off. ## Version History +### Version 1.1.2 +- Bug fixes + ### Version 1.1.1 - Bug fixes - Update help diff --git a/companion/manifest.json b/companion/manifest.json index 3b2b7d7..e568cc8 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.1.1", + "version": "1.1.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 a6afea7..60098d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tascam-da-6400", - "version": "1.1.1", + "version": "1.1.2", "main": "src/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",