From 47ce9d479e522f7416a44a8e7f8f38bded66b602 Mon Sep 17 00:00:00 2001 From: flb Date: Mon, 23 May 2022 13:54:36 +0200 Subject: [PATCH] bump version --- Makefile | 2 +- source/changelog_page.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc1aed6..bda0b33 100644 --- a/Makefile +++ b/Makefile @@ -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.1 +APP_VERSION := 2.19.2 TARGET := $(notdir $(CURDIR)) ROMFS := resources diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index 61eadb4..014a85d 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -243,6 +243,8 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true) verTitles.push_back("v2.19.1"); 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."); for (int i = verTitles.size() - 1; i >= 0; i--) { listItem = new brls::ListItem(verTitles[i]);