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 +};