Skip to content

Commit

Permalink
Change version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbudisa committed Aug 3, 2021
1 parent cbf2c0a commit 54718b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps/Settings/SettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void SettingsScreen::SettingsScreen::draw(){
screen.getSprite()->setTextSize(1);
screen.getSprite()->setTextFont(1);
screen.getSprite()->setCursor(screenLayout->getTotalX() + 42, screenLayout->getTotalY() + 115);
screen.getSprite()->println("Version 1.0");
screen.getSprite()->printCenter("Version 1.0.1");

for(int i = 0; i < 3; i++){
if(!reinterpret_cast<SettingsElement*>(screenLayout->getChild(i))->isSelected()){
Expand Down

0 comments on commit 54718b5

Please sign in to comment.