Skip to content

Commit

Permalink
Adjust versions and changes log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrivet committed Jul 17, 2022
1 parent b205f93 commit adb89a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?\+(?P<date>\d{4}\-\d{2}\-\d{2})
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/advi3pp/versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
2 changes: 1 addition & 1 deletion Scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version="5.5.0-dev"
version="5.4.1"

0 comments on commit adb89a6

Please sign in to comment.