Skip to content

Commit

Permalink
Version bump to 2.0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed Mar 3, 2022
1 parent f7e6c8a commit fdb9b7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -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 -
Expand Down
2 changes: 1 addition & 1 deletion Code/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";


/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit fdb9b7d

Please sign in to comment.