Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Aug 6, 2022
1 parent 6899987 commit 6e3cea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ApplicationState.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ApplicationState {
}

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("");
}
Expand All @@ -77,4 +77,4 @@ class ApplicationState {

int selectedOptionY = 0;
int selectedOptionX = 0;
};
};

0 comments on commit 6e3cea9

Please sign in to comment.