Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsoluteStratos committed Dec 17, 2024
1 parent 9b9afc0 commit 8846015
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified bin/ChristmasInDirtmouth/ChristmasInDirtmouth.dll
Binary file not shown.
Binary file modified bin/ChristmasInDirtmouth/ChristmasInDirtmouth.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions bin/ChristmasInDirtmouth/SHA.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHA256 - ChristmasInDirtmouth.dll, Version 1.0.0.0:
E5828292D744BDD0261547A9DEDAEC74175571DF84F83EEDA6F41D719529E254
SHA256 - ChristmasInDirtmouth.dll, Version 1.0.1.0:
896824F083BAACFB4C81DF503FB0EFCB4ACEFBA4C714CB3117013983DB6F499A
SHA256 - ChristmasInDirtmouth.zip:
6DD6FF6C438DFA778DC65198049B2F21A67645AC0C1D9609F2058BE2A1F94E84
C5BA6317AFE8ACB632BCDB294F6D9C8D0B689960788FB2DC6B71792C235A0B64
4 changes: 2 additions & 2 deletions src/ChristmasInDirtmouth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<Product>ChristmasInDirtmouth</Product>
<Description>A Hollow Knight Mod</Description>
<Copyright>Copyright © 2024</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<OutputPath>$(ExportDir)\$(Configuration)\</OutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ModClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ChristmasInDirtmouth
public class ChristmasInDirtmouth : Mod, ILocalSettings<ModData>, ICustomMenuMod, ITogglableMod
{
new public static string GetName() => "Christmas In Dirtmouth";
public override string GetVersion() => "1.0.0";
public override string GetVersion() => "1.0.1";

public static CustomDialogueManager MerryDialogueManager;
internal static ModData GlobalData = new ModData();
Expand Down

0 comments on commit 8846015

Please sign in to comment.