Skip to content

Commit

Permalink
Optimized images to load faster new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sussy-OS committed May 23, 2022
1 parent 9973455 commit 7789a15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2022.5.1
version=2022.5.2
#Release Version

#Copy logo to $HOME
Expand Down
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/UI/Dialogs/ChangelogWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.5.1
2022.5.2

0 comments on commit 7789a15

Please sign in to comment.