Skip to content

Commit

Permalink
[Update] Beta 5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeEvs committed May 25, 2022
1 parent 785e0f9 commit dc84056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions FrostyEditor/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Plugin Changes
- Added Startup Action extension
- Added ExecutionAction extension

v1.0.6 (Beta 5)
--------
- Fixed crash when select description tab of collection
- Added "ModDb" support when setting links during mod export process

v1.0.6 (Beta 4)
--------
- Added ability to add legacy mods to collections (#73)
Expand Down
2 changes: 1 addition & 1 deletion FrostyPlugin/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class App
public static string SelectedPack;
public static ILogger Logger;

public static readonly int Version = 4;
public static readonly int Version = 5;

public static string ProfileSettingsPath => Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Frosty/" + ProfilesLibrary.ProfileName;
public static string GlobalSettingsPath => Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Frosty";
Expand Down

0 comments on commit dc84056

Please sign in to comment.