Skip to content

Commit

Permalink
Bump version to 1.9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Feb 18, 2021
1 parent 3596a60 commit ee35e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChaosMod/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void Main::Loop()

if (splashTextTime > 0)
{
DrawScreenText("Chaos Mod v1.9.0.3 by pongo1231\n\nSee credits.txt for list of contributors",
DrawScreenText("Chaos Mod v1.9.0.4 by pongo1231\n\nSee credits.txt for list of contributors",
{ .2f, .3f }, .65f, { 60, 245, 190 }, true);

#ifdef _DEBUG
Expand Down
2 changes: 1 addition & 1 deletion ConfigApp/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static class Info
{
public static string VERSION = "1.9.0.3";
public static string VERSION = "1.9.0.4";
}
}

0 comments on commit ee35e01

Please sign in to comment.