From 026d2c42c62f0fad51e835c8b6ef9747020f19df Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 10 Nov 2025 15:49:08 +0530 Subject: version bump: `0.0.7` -> `0.0.8` --- Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index 7428c9f..14e3630 100644 --- a/Program.cs +++ b/Program.cs @@ -10,7 +10,7 @@ class Program { string os; - string version = "0.0.7"; + string version = "0.0.8"; string homeDirectory = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); string configDir = Path.Combine(homeDirectory, ".config", "hypr-wellbeing"); string configFile = Path.Combine(configDir, "config.json"); @@ -19,8 +19,6 @@ class Program Directory.CreateDirectory(dailyDataDirectory); Directory.CreateDirectory(configDir); - - if (args.Length == 0 || args[0] != "-d" && args[0] != "--show" && args[0] != "--weekly" && args[0] != "-v") { Console.WriteLine("Usage: -d || -v || --show || --weekly"); -- cgit v1.1