Skip to content

Commit bf20ba7

Browse files
committed
bump version 1.0.1
1 parent 2a40917 commit bf20ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

COSML/COSML.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal enum ModLoadState
2424
Loaded = 4,
2525
}
2626

27-
public const string Version = "1.0.0";
27+
public const string Version = "1.0.1";
2828

2929
public static string ManagedPath { get; private set; }
3030
public static string ModsPath { get; private set; }

COSML/COSML.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>Chants Of Sennaar Mod Loader</AssemblyTitle>
77
<Product>COSML</Product>
88
<Copyright>Copyright © 2024</Copyright>
9-
<Version>1.0.0</Version>
9+
<Version>1.0.1</Version>
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
<RestorePackagesPath>packages</RestorePackagesPath>
1212
<NoWarn>CS1591;CS0626</NoWarn>

0 commit comments

Comments
 (0)