Skip to content

Commit

Permalink
Bump version to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed May 25, 2022
1 parent 7b3c1ac commit c64a825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChaosMod/Components/SplashTexts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void SplashTexts::OnRun()

if (m_fStartupSplashTime > 0)
{
DrawScreenText("Chaos Mod v1.11.0\n\nSee credits.txt for a list of contributors", { .2f, .3f }, .65f,
DrawScreenText("Chaos Mod v1.11.1\n\nSee credits.txt for a list of contributors", { .2f, .3f }, .65f,
{ 60, 245, 190 }, true);
#ifdef _DEBUG
DrawScreenText("DEBUG BUILD!", { .2f, .5f }, .7f, { 255, 0, 0 }, true);
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.11.0";
public static string VERSION = "1.11.1";
}
}

0 comments on commit c64a825

Please sign in to comment.