Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Jul 18, 2021
1 parent 8593aca commit bb660e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ int main(int argc, char* argv[]) {
while (WHBProcIsRunning()) {
wiiu_screen_clear();

wiiu_screen_print(0, 0, "Moonlight Wii U v1.0 (Connected to %s)", config.address);
wiiu_screen_print(0, 0, "Moonlight Wii U v1.2 (Connected to %s)", config.address);
wiiu_screen_print(0, 1, "=======================================================");
wiiu_screen_print(0, 3, "Press A to stream, Press B to pair");

Expand Down

0 comments on commit bb660e3

Please sign in to comment.