Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nerthul11 committed Oct 22, 2024
1 parent b1cd329 commit 6ded2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GodhomeRandomizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace GodhomeRandomizer
public class GodhomeRandomizer : Mod, IGlobalSettings<GodhomeRandomizerSettings>
{
new public string GetName() => "GodhomeRandomizer";
public override string GetVersion() => "2.2.4.5";
public override string GetVersion() => "2.2.4.6";

private static GodhomeRandomizer _instance;
public GodhomeRandomizer() : base()
Expand Down
4 changes: 2 additions & 2 deletions GodhomeRandomizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Product>GodhomeRandomizer</Product>
<Description>A Randomizer add-on for Godhome checks.</Description>
<Copyright>Copyright ©2024</Copyright>
<AssemblyVersion>2.2.4.5</AssemblyVersion>
<FileVersion>2.2.4.5</FileVersion>
<AssemblyVersion>2.2.4.6</AssemblyVersion>
<FileVersion>2.2.4.6</FileVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 6ded2a2

Please sign in to comment.