From 3655408f6d2bc429dcaf7e1e8039cc8cb4ee6f6f Mon Sep 17 00:00:00 2001 From: Larsen Vallecillo Date: Thu, 21 Sep 2023 10:53:38 -0500 Subject: [PATCH] Fix version --- source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main.c b/source/main.c index f14606b..ca1bfed 100644 --- a/source/main.c +++ b/source/main.c @@ -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); @@ -566,4 +566,4 @@ int main(int argc, char **argv) } return 0; -} \ No newline at end of file +}