From d8ad2f0e8060fefca3f3d5e1afa6162b221a75f2 Mon Sep 17 00:00:00 2001 From: AstroDogeDX <48888500+AstroDogeDX@users.noreply.github.com> Date: Wed, 10 May 2023 23:01:12 +0100 Subject: [PATCH] [ScrollZoom] Initial Version Bump! --- ScrollZoom/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollZoom/Properties/AssemblyInfo.cs b/ScrollZoom/Properties/AssemblyInfo.cs index 9265a07..f09eb0d 100644 --- a/ScrollZoom/Properties/AssemblyInfo.cs +++ b/ScrollZoom/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ namespace Astro.ScrollZoom.Properties; internal static class AssemblyInfoParams { - public const string Version = "0.0.1"; + public const string Version = "1.0.0"; public const string Author = "AstroDoge"; } \ No newline at end of file