Bump version

This commit is contained in:
Such Meme, Many Skill
2020-04-12 22:22:40 +02:00
parent 195d9797fe
commit 82a4d03985
3 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ void gfx_clearscreen(){
gfx_box(0, 0, 719, 15, COLOR_WHITE);
gfx_con_setpos(0, 0);
gfx_printf("Tegraexplorer v1.5.0\n");
gfx_printf("Tegraexplorer v1.5.1\n");
RESETCOLOR;
}