Skip to content

Commit

Permalink
Version bump to 1.1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed Jun 23, 2022
1 parent 60cdc62 commit a2fcfc1
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 'randomize levels' and 'new buildings historical' settings for districts sometimes not applying when loading a save from when ABLC wasn't active
Version 1.1.2.1 -

- Fix 'randomize levels' and 'new buildings historical' settings for districts sometimes not applying when loading a save from when ABLC wasn't active


Version 1.1.2 -
Expand Down
2 changes: 1 addition & 1 deletion Code/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace ABLC
public class ABLCMod : IUserMod
{
public static string ModName => "Advanced Building Level Control";
public static string Version => "1.1.2";
public static string Version => "1.1.2.1";

public string Name => ModName + " " + Version;
public string Description => Translations.Translate("ABLC_DESC");
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.2.1")]
[assembly: AssemblyFileVersion("1.1.2.1")]

0 comments on commit a2fcfc1

Please sign in to comment.