We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a40917 commit bf20ba7Copy full SHA for bf20ba7
COSML/COSML.cs
@@ -24,7 +24,7 @@ internal enum ModLoadState
24
Loaded = 4,
25
}
26
27
- public const string Version = "1.0.0";
+ public const string Version = "1.0.1";
28
29
public static string ManagedPath { get; private set; }
30
public static string ModsPath { get; private set; }
COSML/COSML.csproj
@@ -6,7 +6,7 @@
6
<AssemblyTitle>Chants Of Sennaar Mod Loader</AssemblyTitle>
7
<Product>COSML</Product>
8
<Copyright>Copyright © 2024</Copyright>
9
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
10
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
11
<RestorePackagesPath>packages</RestorePackagesPath>
12
<NoWarn>CS1591;CS0626</NoWarn>
0 commit comments