diff --git a/CHANGELOG.md b/CHANGELOG.md index 4deead8..e8b1c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. May 20, 2024 : -RoonCommandLine version 2.1.2 release 1 +RoonCommandLine version 2.1.2 release 2 This release provides support for installation and use of 'roon-tui' * Install 'roon-tui' with 'roon -I' diff --git a/VERSION b/VERSION index e2ce9ad..dba647a 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=2.1.2 -RELEASE=1 +RELEASE=2 diff --git a/etc/postinstall b/etc/postinstall index 5a7b61a..a9af5b8 100755 --- a/etc/postinstall +++ b/etc/postinstall @@ -88,7 +88,7 @@ if [ -f "${ROON_DOC}/VERSION" ]; then else # Should not happen but if it did we fake it version="2.1.2" - release="1" + release="2" fi # Copy in distributed roon_api.ini template if no previous one exists diff --git a/pkg/release.md b/pkg/release.md index a171279..2947de3 100644 --- a/pkg/release.md +++ b/pkg/release.md @@ -1,6 +1,6 @@ # RoonCommandLine Release Notes -RoonCommandLine version 2.1.2 release 1 provides support for: +RoonCommandLine version 2.1.2 release 2 provides support for: - Installation and use of the `roon-tui` Roon terminal user interface - Install `roon-tui` with `roon -I` @@ -19,13 +19,13 @@ Download the latest Debian or RPM package format release from the **Assets** sec Install the package on Debian based systems by executing the command ```bash -sudo apt install ./RoonCommandLine_2.1.2-1.deb +sudo apt install ./RoonCommandLine_2.1.2-2.deb ``` Install the package on RPM based systems by executing the command ```bash -sudo yum localinstall ./RoonCommandLine-2.1.2-1.rpm +sudo yum localinstall ./RoonCommandLine-2.1.2-2.rpm ``` Removal of the package on Debian based systems can be accomplished by issuing the command: @@ -107,6 +107,6 @@ Version 2.0.7 release 1 added support for: - Add `get_zone_remaining` to get remaining time for now playing in zone - Add `get_zone_volume` and `get_zone_attributes.py` -View the full changelog for this release at +View the full changelog for this release at See [CHANGELOG.md](https://github.com/doctorfree/RoonCommandLine/blob/master/CHANGELOG.md) for a full list of changes in every RoonCommandLine release