From 2523e0f2cc301231757f13ffe52ddfb6edb70f6f Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Sun, 20 Oct 2024 21:06:04 +0100 Subject: [PATCH] Bumped to v 0.3.0 --- src/PinguApps.Appwrite.Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PinguApps.Appwrite.Shared/Constants.cs b/src/PinguApps.Appwrite.Shared/Constants.cs index cf278908..552fe9fd 100644 --- a/src/PinguApps.Appwrite.Shared/Constants.cs +++ b/src/PinguApps.Appwrite.Shared/Constants.cs @@ -1,5 +1,5 @@ namespace PinguApps.Appwrite.Shared; public static class Constants { - public const string Version = "0.2.0"; + public const string Version = "0.3.0"; }