Skip to content

Commit

Permalink
update version #
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Aug 17, 2023
1 parent 8d64cf8 commit e17b532
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()
{
sdlwindow.init(this, "MK7 Spotpass Ghost Manager v0.2.1", 848, 480, 0, SDL_WINDOW_RESIZABLE);
sdlwindow.init(this, "MK7 Spotpass Ghost Manager v0.2.2", 848, 480, 0, SDL_WINDOW_RESIZABLE);

logger::init_logger();

Expand Down

0 comments on commit e17b532

Please sign in to comment.