Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletDuFromage committed Sep 8, 2021
1 parent 8e34b5f commit c6ae261
Show file tree
Hide file tree
Showing 2 changed files with 4 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/zipper/include /lib/borealis/library/include/borealis/extern/nlohmann
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 2.12.0
APP_VERSION := 2.12.1
TARGET := $(notdir $(CURDIR))

ROMFS := resources
Expand Down
3 changes: 3 additions & 0 deletions source/changelog_page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
verTitles.push_back("v2.12.0");
changes.push_back("\uE016 Prepare for AMS 1.0.0.\n\uE016 Updated Japanese and French translations.\n\uE016 Small bugfixes.");

verTitles.push_back("v2.12.1");
changes.push_back("\uE016 Fix crashes in exclude page.");

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

0 comments on commit c6ae261

Please sign in to comment.