Bump version

This commit is contained in:
Such Meme, Many Skill
2020-04-26 01:28:11 +02:00
parent 317e4b2038
commit adc9d2e5bf
2 changed files with 2 additions and 2 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.1\n");
gfx_printf("Tegraexplorer v1.5.2\n");
RESETCOLOR;
}