Skip to content

Commit

Permalink
Version bump to 2.0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed Jun 13, 2022
1 parent f5302fe commit b9a493b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 2.0.3.1 -

- Fix legacy choice selections clobbering global custom school setting


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.3";
internal static string Version => "2.0.3.1";


/// <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.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyVersion("2.0.3.1")]
[assembly: AssemblyFileVersion("2.0.3.1")]

0 comments on commit b9a493b

Please sign in to comment.