diff --git a/ChaosMod/Components/SplashTexts.cpp b/ChaosMod/Components/SplashTexts.cpp index 5bcdeedc1..2a71b0a11 100644 --- a/ChaosMod/Components/SplashTexts.cpp +++ b/ChaosMod/Components/SplashTexts.cpp @@ -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); diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index d8f3f0fe3..0b9f6e855 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,6 +2,6 @@ { public static class Info { - public static string VERSION = "1.11.0"; + public static string VERSION = "1.11.1"; } }