diff --git a/CHANGELOG.md b/CHANGELOG.md index a354fad..7f2142b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.1.16a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.16a1) (2025-06-08) +## [0.1.17a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a1) (2025-09-07) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.15...0.1.16a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.16...0.1.17a1) **Merged pull requests:** -- fix; workshop 7.X.X [\#81](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/81) ([JarbasAl](https://github.com/JarbasAl)) +- docs: termux [\#83](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/83) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/README.md b/README.md index 5fb11f4..110ee23 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Control the volume of your system ## About -Control OVOS volume with verbal commands, needs the companion plugin [ovos-PHAL-plugin-alsa](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa) +Control OVOS volume with verbal commands, needs the companion plugin [ovos-PHAL-plugin-alsa](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa) or [ovos-PHAL-plugin-termux](https://github.com/HiveMindInsiders/ovos-PHAL-plugin-termux) ## Examples * "Turn up the volume" diff --git a/version.py b/version.py index f76fb82..9e42086 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 16 -VERSION_ALPHA = 0 +VERSION_BUILD = 17 +VERSION_ALPHA = 1 # END_VERSION_BLOCK