Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crementif committed Oct 23, 2022
1 parent 41f589f commit c8237b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/app/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void showLoadingScreen() {
WHBLogFreetypeSetBackgroundColor(0x0b5d5e00);
WHBLogFreetypeSetFontColor(0xFFFFFFFF);
WHBLogFreetypeSetFontSize(22, 22);
WHBLogPrint("Dumpling V2.5.0");
WHBLogPrint("Dumpling V2.6.0");
WHBLogPrint("-- Made by Crementif and Emiyl --");
WHBLogPrint("");
WHBLogFreetypeDraw();
Expand All @@ -31,7 +31,7 @@ void showMainMenu() {
while(!startSelectedOption) {
// Print menu text
WHBLogFreetypeStartScreen();
WHBLogFreetypePrint("Dumpling V2.5.0");
WHBLogFreetypePrint("Dumpling V2.6.0");
WHBLogFreetypePrint("===============================");
WHBLogFreetypePrintf("%c Dump a game disc", OPTION(0));
WHBLogFreetypePrintf("%c Dump digital games", OPTION(1));
Expand Down

0 comments on commit c8237b0

Please sign in to comment.