Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Aug 27, 2023
1 parent cd08240 commit f247f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ void Menu::Update(volatile int frame, Sound *sound, SaveFile *saveFile)
{
showStartSprite = !showStartSprite;
}
NF_WriteText(1, 0, 26, 0, "v1.0.1");
NF_WriteText(1, 0, 26, 0, "v1.0.2");
break;

case MENU_RUMBLE:
Expand Down

0 comments on commit f247f31

Please sign in to comment.