From 16496baa65e8c80aa3c847ed7d24a1bb14526954 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 20 Sep 2022 20:35:53 +0200 Subject: [PATCH] Bump version to v1.2.1 --- source/ApplicationState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ApplicationState.h b/source/ApplicationState.h index 5ad94ab..e7c18f3 100644 --- a/source/ApplicationState.h +++ b/source/ApplicationState.h @@ -56,7 +56,7 @@ public: } virtual void printHeader() { - WiiUScreen::drawLine("WUDD - Wii U Disc Dumper v1.2.0" VERSION_EXTRA); + WiiUScreen::drawLine("WUDD - Wii U Disc Dumper v1.2.1" VERSION_EXTRA); WiiUScreen::drawLine("=================="); WiiUScreen::drawLine(""); }