Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletDuFromage committed Jul 25, 2022
1 parent cfff64a commit 770da4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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/zipper/include /lib/borealis/library/include/borealis/extern/nlohmann
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 2.19.2
APP_VERSION := 2.19.3
TARGET := $(notdir $(CURDIR))

ROMFS := resources
Expand Down
5 changes: 4 additions & 1 deletion source/changelog_page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
changes.push_back("\uE016 Fixed crash when trying to download cheats in applet mode.\n\uE016 Updated Japanese localisation (https://github.com/yyoossk).\n\uE016 Updated Chinese localisation (https://github.com/qazrfv1234).");

verTitles.push_back("v2.19.2");
changes.push_back("\uE016 Fixed japanese locale.");
changes.push_back("\uE016 Fixed Japanese locale.");

verTitles.push_back("v2.19.3");
changes.push_back("\uE016 Fix wrong bid for titles overriden by HBL.\n\uE016 Improve Korean localisation (https://github.com/DDinghoya).\n\uE016 Improve Italian localisation (https://github.com/clamintus).");

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

0 comments on commit 770da4f

Please sign in to comment.