diff --git a/Source/Module/WhatsNew.cs b/Source/Module/WhatsNew.cs index 60d8c02..785437f 100644 --- a/Source/Module/WhatsNew.cs +++ b/Source/Module/WhatsNew.cs @@ -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))); } diff --git a/everest.yaml b/everest.yaml index 305039f..e1c9fc3 100644 --- a/everest.yaml +++ b/everest.yaml @@ -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