Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv authored Sep 21, 2023
1 parent 01deee3 commit 3655408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ int solidlightmenu()
resetscreen();

printf("\x1B[%d;%dH", 5, 0); // move console cursor to y/x
printf("GlowWii v1.0 - By Larsenv\n\n");
printf("GlowWii v1.1 - By Larsenv\n\n");

printf("Brightness: %d\n\n", brightness);

Expand Down Expand Up @@ -566,4 +566,4 @@ int main(int argc, char **argv)
}

return 0;
}
}

0 comments on commit 3655408

Please sign in to comment.