Skip to content

Commit 817c87c

Browse files
committed
Increase version to 0.6
1 parent bf9dcc6 commit 817c87c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DATA := data
3434
INCLUDES := include amitool/include
3535
#ROMFS := romfs
3636
APP_TITLE := Thenaya
37-
APP_DESCRIPTION := Amiibo Maker (Alpha 0.5)
37+
APP_DESCRIPTION := Amiibo Maker (Alpha 0.6)
3838
APP_AUTHOR := HiddenRambler
3939

4040
#---------------------------------------------------------------------------------

source/ui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void uiUpdateStatus(char *status) {
3030
void uiUpdateBanner() {
3131
consoleSelect(&headerScreen);
3232
printf("\e[1;7m\e[2J\e[H"); //invert colors and clear screen
33-
printf("\e[0;0HThenaya\e[0;32Hv0.5 [%s]", __DATE__);
33+
printf("\e[0;0HThenaya\e[0;32Hv0.6 [%s]", __DATE__);
3434
char line[51];
3535
memset(line, 0xc4, sizeof(line)-1);
3636
line[sizeof(line)-1] = '\0';

0 commit comments

Comments
 (0)