From d484b558232b3a9e687014f4a5519a3ae1e20e1f Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Tue, 16 Dec 2025 05:38:40 +0100 Subject: [PATCH] bump 0.1.6 --- Blueberry/UpdateManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blueberry/UpdateManager.cs b/Blueberry/UpdateManager.cs index 673a60e..75bfed8 100644 --- a/Blueberry/UpdateManager.cs +++ b/Blueberry/UpdateManager.cs @@ -8,7 +8,7 @@ namespace Blueberry public static class UpdateManager { private const string releaseUrl = "https://git.technopunk.space/api/v1/repos/tomi/Blueberry/releases/latest"; - public const string CurrentVersion = "0.1.5"; + public const string CurrentVersion = "0.1.6"; private static readonly string appDir = AppDomain.CurrentDomain.BaseDirectory; private static readonly string zipPath = Path.Combine(appDir, "blueberry_update.zip"); private static readonly HttpClient client = new();