Skip to content

Commit

Permalink
Bump version to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlith committed Aug 12, 2017
1 parent c397912 commit d6223ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntrboot_flasher/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const char *options[]={

void printMenuOptions(int menuOption)
{
DrawStringF(TOP_SCREEN, 20, 20, "ntrboot flasher 0.1.1");
DrawStringF(TOP_SCREEN, 20, 20, "ntrboot flasher 0.1.2");

for(int i=0; i<MMOPTION_MAX; i++)
DrawStringF(TOP_SCREEN, 10, 30 + (2+i)*8, options[i]);
Expand Down

0 comments on commit d6223ec

Please sign in to comment.