Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidNoi committed Sep 18, 2024
1 parent 9d40844 commit 3385011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BadCard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ void bootLogo(){
display.fillScreen(BLACK);

display.setTextSize(2);
String BCVersion = "BadCard v1.6.0";
String BCVersion = "BadCard v1.6.1";

display.setCursor(display.width()/2-(BCVersion.length()/2)*letterWidth, display.height()/2 - 50);
display.println(BCVersion);
Expand Down

0 comments on commit 3385011

Please sign in to comment.