Skip to content

Commit

Permalink
changed version # to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Aug 20, 2023
1 parent ea0047c commit fd5aa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

void app::init()
{
main_window.init(this, "MK7 Spotpass Ghost Manager v0.2.2", 848, 480, 0, SDL_WINDOW_MAXIMIZED | SDL_WINDOW_RESIZABLE);
main_window.init(this, "MK7 Spotpass Ghost Manager v0.2.3", 848, 480, 0, SDL_WINDOW_MAXIMIZED | SDL_WINDOW_RESIZABLE);

logger::init_logger();

Expand Down

0 comments on commit fd5aa6a

Please sign in to comment.