Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletDuFromage committed May 2, 2023
1 parent 65a9c1e commit 345ecf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DATA := data
INCLUDES := include /lib/borealis/library/include/borealis/extern/nlohmann
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 2.21.3
APP_VERSION := 2.21.4
TARGET := $(notdir $(CURDIR))

ROMFS := resources
Expand Down
2 changes: 2 additions & 0 deletions source/changelog_page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
verTitles.push_back("v2.21.3");
changes.push_back("\uE016 Added download link for graphic enhancing codes.");

verTitles.push_back("v2.21.4");
changes.push_back("\uE016 Fixed prompt asking to copy the hekate payload to reboot_payload.bin not showing.\n\uE016 Improved German localisatino (github.com/TTghostsemir).");

for (int i = verTitles.size() - 1; i >= 0; i--) {
listItem = new brls::ListItem(verTitles[i]);
Expand Down

0 comments on commit 345ecf8

Please sign in to comment.