diff --git a/Changelog.txt b/Changelog.txt index b96507f..761d85d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,6 @@ -- Fix school workplace and cost settings not being reset when converting to/from vanilla school pack and via overrides +Version 2.0.1.2 hotfix - + +- Fix custom school workplace and cost settings not being reset when converting to/from vanilla school pack and via overrides Version 2.0.1.1 hotfix - diff --git a/Code/Mod.cs b/Code/Mod.cs index 466d7f2..a0e5ed6 100644 --- a/Code/Mod.cs +++ b/Code/Mod.cs @@ -13,7 +13,7 @@ public class RealPopMod : IUserMod // Internal and private name and version components. internal static string ModName => "Realistic Population 2"; - internal static string Version => "2.0.1.1"; + internal static string Version => "2.0.1.2"; /// diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 8796a6e..c2cf84e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.0.1.1")] -[assembly: AssemblyFileVersion("2.0.1.1")] +[assembly: AssemblyVersion("2.0.1.2")] +[assembly: AssemblyFileVersion("2.0.1.2")]