From ee742b823e4ec7b36063a97e84bba0c5903bf95a Mon Sep 17 00:00:00 2001 From: Sheep-y Date: Sat, 15 Sep 2018 21:07:51 +0800 Subject: [PATCH] Bump version to 2.5. --- AttackImprovementMod/Properties/AssemblyInfo.cs | 4 ++-- AttackImprovementMod/changelog.txt | 4 ++-- AttackImprovementMod/mod.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AttackImprovementMod/Properties/AssemblyInfo.cs b/AttackImprovementMod/Properties/AssemblyInfo.cs index e0c1f14..5198587 100644 --- a/AttackImprovementMod/Properties/AssemblyInfo.cs +++ b/AttackImprovementMod/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // 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( "2.3.0.18" )] -[assembly: AssemblyFileVersion( "2.3.0.18" )] +[assembly: AssemblyVersion( "2.5.0.19" )] +[assembly: AssemblyFileVersion( "2.5.0.19" )] [assembly: NeutralResourcesLanguage( "en-GB" )] diff --git a/AttackImprovementMod/changelog.txt b/AttackImprovementMod/changelog.txt index 3e9c692..f93b615 100644 --- a/AttackImprovementMod/changelog.txt +++ b/AttackImprovementMod/changelog.txt @@ -1,6 +1,6 @@ CHANGE LOG -????-??-?? AIM Version 2.3 for BATTLETECH 1.2.0 +2018-09-15 AIM Version 2.5 for BATTLETECH 1.2.0 * New: Fix heat projection on move/jump/sprint preview. * New: Show distance number in target panel, and movement point in selection panel. @@ -37,7 +37,7 @@ CHANGE LOG 2018-08-23 AIM Version 2.1.1 for BATTLETECH 1.1.2 * Fix: LOS of unknown targets now always use front colour. -* Fix: Ammo AI no longer leave too many ammo in bins. +* Fix: Ammo AI no longer leaves too many ammo in bins. * Mod: Better compatibility with mods that change explosion rules. 2018-08-18 AIM Version 2.1 for BATTLETECH 1.1.2 diff --git a/AttackImprovementMod/mod.json b/AttackImprovementMod/mod.json index 458812e..debd208 100644 --- a/AttackImprovementMod/mod.json +++ b/AttackImprovementMod/mod.json @@ -2,8 +2,8 @@ "Name" : "AIM: Attack Improvement Mod", "Enabled" : true, - "Version" : "2.3 development", - "Description" : "BATTLETECH 1.2.0. Fix, enhance, and upgrade the attack experience, from Line of Sight to Hit Distribution. Each feature can be configured individually.", + "Version" : "2.5", + "Description" : "For BattleTech 1.2.0. Fix, enhance, and upgrade the attack experience, from Line of Sight to Hit Distribution. Each feature can be configured individually.", "Author" : "Sheepy", "Website" : "https://github.com/Sheep-y/Attack-Improvement-Mod/", "Contact" : "your.sheepy@gmail.com",