Bump version

This commit is contained in:
Such Meme, Many Skill
2020-03-19 16:19:56 +01:00
parent d5c23ebf96
commit f1a4b05524
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -17,7 +17,7 @@
char func[11] = "", args[2][128] = {"", ""};
int res, errcode;
const int scriptver = 133;
const int scriptver = 140;
bool forceExit = false;
u32 currentcolor;