We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11bed2 commit 2b22a24Copy full SHA for 2b22a24
Changelogs/1.5.0.8.md
@@ -18,3 +18,5 @@
18
* Fixed scarf name length getting cut off without handling
19
* Removed escape menu
20
* Hotkeys close menus they open with some exceptions
21
+* Fix broken remount check
22
+* Fix not being able to advance timeline maximum with frame stepping
Changelogs/1.5.0.9.md
src/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@
8
[assembly: AssemblyTitle("Line Rider Overhaul")]
9
10
// App version
11
-[assembly: AssemblyInformationalVersion("1.5.0.8a")]
+[assembly: AssemblyInformationalVersion("1.5.0.8b")]
12
// Note: AssemblyFileVersion and contents of "../version" are autogenerated from this value
13
14
// Setting ComVisible to false makes the types in this assembly not visible
0 commit comments