From 382a3d74b4941ee7c75359482152f5303db5641d Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 3 Feb 2020 22:05:50 +0100 Subject: [PATCH] SPEAKVOL of 0 leaves the volume setting untouched --- alexa_remote_control.sh | 2 +- alexa_remote_control_plain.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alexa_remote_control.sh b/alexa_remote_control.sh index 4601801..7e62d9d 100755 --- a/alexa_remote_control.sh +++ b/alexa_remote_control.sh @@ -198,7 +198,7 @@ usage() while [ "$#" -gt 0 ] ; do case "$1" in --version) - echo "v0.15b" + echo "v0.15c" exit 0 ;; -d) diff --git a/alexa_remote_control_plain.sh b/alexa_remote_control_plain.sh index 6daaca5..00c6456 100755 --- a/alexa_remote_control_plain.sh +++ b/alexa_remote_control_plain.sh @@ -141,7 +141,7 @@ usage() while [ "$#" -gt 0 ] ; do case "$1" in --version) - echo "v0.15b" + echo "v0.15c" exit 0 ;; -d)