Bump version

This commit is contained in:
Maschell 2022-08-06 22:06:41 +02:00 committed by GitHub
parent 6899987864
commit 49663966cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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