updated version string

This commit is contained in:
Rudis Muiznieks 2022-06-21 21:39:15 -05:00
parent 27419291c7
commit 8fd73a5219
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ void loop() {
arduboy.setCursor(42, 10);
arduboy.print(F("Slangin'"));
font3x5.setCursor(103, 58);
font3x5.print(F("v1.1.1"));
font3x5.print(F("v1.2.0"));
menu[0] = F("Hit the Streets");
menu[1] = F("Extended Game");
menu[2] = F("High Scores");