diff --git a/install b/install index 3c830e10..ca278384 100644 --- a/install +++ b/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2022.5.1 +version=2022.5.2 #Release Version #Copy logo to $HOME diff --git a/src/Program.cs b/src/Program.cs index 1c3bb2d5..bd922264 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -36,7 +36,7 @@ public static class Program #endif public static string BinariesFolder = "bin"; public readonly static CultureInfo Culture = new CultureInfo("en-US"); - public static string Version = "2022.5.1"; + public static string Version = "2022.5.2"; public static string TestVersion = ""; public static string NewVersion = null; public static readonly string WindowTitle = "Line Rider Advanced: Community Edition " + Version + TestVersion; diff --git a/src/UI/Dialogs/ChangelogWindow.cs b/src/UI/Dialogs/ChangelogWindow.cs index 2e57bc9b..24a95647 100644 --- a/src/UI/Dialogs/ChangelogWindow.cs +++ b/src/UI/Dialogs/ChangelogWindow.cs @@ -21,6 +21,7 @@ public ChangelogWindow(GameCanvas parent, Editor editor) : base(parent, editor) var changelogText = "" + "================================================================================================================================\n" + "Linux Build Changelog\n" + + "* Optimized all images, so will load faster!\n" + "* Attempt fix to install.\n" + "* Fixed install.sh\n" + "* Removed some changelogs. To see them, click see 'previous changes'.\n" + diff --git a/version b/version index 96a47cb9..b2813186 100644 --- a/version +++ b/version @@ -1 +1 @@ -2022.5.1 +2022.5.2