From 6e3cea9b93edc17e22c55ec5f3bc058c2b729cbe Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 6 Aug 2022 22:06:41 +0200 Subject: [PATCH] Bump version --- source/ApplicationState.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ApplicationState.h b/source/ApplicationState.h index 17a6f04..5ad94ab 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.1.0" VERSION_EXTRA); + WiiUScreen::drawLine("WUDD - Wii U Disc Dumper v1.2.0" VERSION_EXTRA); WiiUScreen::drawLine("=================="); WiiUScreen::drawLine(""); } @@ -77,4 +77,4 @@ public: int selectedOptionY = 0; int selectedOptionX = 0; -}; \ No newline at end of file +};