bump 0.2.2

This commit is contained in:
2025-12-17 12:34:27 +01:00
parent ec077240a4
commit 0b6df0c508

View File

@@ -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.2.0";
public const string CurrentVersion = "0.2.2";
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();