Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed May 4, 2020
1 parent 74ba5bb commit 00a58f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40008000
LPVERSION_MAJOR := 3
LPVERSION_MINOR := 0
LPVERSION_BUGFX := 0
LPVERSION_BUGFX := 1

################################################################################

Expand Down
2 changes: 1 addition & 1 deletion source/tegraexplorer/gfx/gfxutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void gfx_clearscreen(){
gfx_boxGrey(0, 703, 1279, 719, 0xFF);
gfx_boxGrey(0, 0, 1279, 15, 0xFF);
gfx_con_setpos(0, 0);
gfx_printf("Tegraexplorer v2.0.0 | Battery: %3d%%\n", battery >> 8);
gfx_printf("Tegraexplorer v2.0.1 | Battery: %3d%%\n", battery >> 8);

RESETCOLOR;
}
Expand Down

0 comments on commit 00a58f1

Please sign in to comment.