From 074f2afc833b221906bb2468735041ce78f2cb89 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 15 Dec 2023 10:38:14 -0800 Subject: [PATCH] 1.0.0 --- WellspringCS.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WellspringCS.cs b/WellspringCS.cs index d685aa4..9d2f38c 100644 --- a/WellspringCS.cs +++ b/WellspringCS.cs @@ -35,8 +35,8 @@ namespace WellspringCS // Version - public const uint WELLSPRING_MAJOR_VERSION = 0; - public const uint WELLSPRING_MINOR_VERSION = 3; + public const uint WELLSPRING_MAJOR_VERSION = 1; + public const uint WELLSPRING_MINOR_VERSION = 0; public const uint WELLSPRING_PATCH_VERSION = 0; [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]