Bump version

+ Bugfix
This commit is contained in:
Such Meme, Many Skill
2020-04-05 17:25:35 +02:00
parent f95b6e399f
commit b5a9d94d35
3 changed files with 3 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.4.0\n");
gfx_printf("Tegraexplorer v1.5.0\n");
RESETCOLOR;
}