diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e9c30f5063..efbeffb1ba 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.5.0-dev+2022-07-15 +current_version = 5.4.1-stable+2022-07-17 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))?\+(?P\d{4}\-\d{2}\-\d{2}) diff --git a/CHANGELOG.md b/CHANGELOG.md index 233fc0b01a..0c286f6baa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ADVi3++ Changelog +## 5.4.0 (2022-07-17) + +* **#292** - [LCD and beeper settings are not saved or taken into account](https://github.com/andrivet/ADVi3pp/issues/292) + ## 5.4.0 (2022-07-15) * **#291** - [When pressing on a move button, it continues for a while after the button is released](https://github.com/andrivet/ADVi3pp/issues/291) diff --git a/Marlin/src/advi3pp/versions.h b/Marlin/src/advi3pp/versions.h index c35257387f..23c90e7cb4 100644 --- a/Marlin/src/advi3pp/versions.h +++ b/Marlin/src/advi3pp/versions.h @@ -22,7 +22,7 @@ namespace ADVi3pp { -const uint16_t advi3_pp_version = 0x550; +const uint16_t advi3_pp_version = 0x541; const uint16_t settings_version = 0x0005; // Version of ADVi3++ settings stored in EEPROM } diff --git a/Scripts/version.sh b/Scripts/version.sh index c91e6e8868..fbf67756e5 100644 --- a/Scripts/version.sh +++ b/Scripts/version.sh @@ -1 +1 @@ -version="5.5.0-dev" +version="5.4.1"