Skip to content

Commit

Permalink
v1.9.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Apr 4, 2024
1 parent 7d3651c commit f20c860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/Module/WhatsNew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static void CreateUpdateLog() {
AddLog("1.9.5", "Support GhostModForTas.");
AddLog("1.9.6", "Cassette Block Helper supports QuantumMechanics mod cassette blocks.");
AddLog("1.9.7", "Some daily maintenance.");
AddLog("1.9.8", "ModInterop: Export predictor's SL action.");
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
}

Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Name: TASHelper
Version: 1.9.7
Version: 1.9.8
DLL: bin/Release/net4.5.2/TASHelper.dll
Dependencies:
- Name: Everest
Expand Down

0 comments on commit f20c860

Please sign in to comment.