Skip to content

Commit

Permalink
Bump version to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheep-y committed Aug 28, 2018
1 parent b623227 commit 0fda27b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions AttackImprovementMod/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0.15" )]
[assembly: AssemblyFileVersion( "2.2.0.15" )]
[assembly: AssemblyVersion( "2.2.1.17" )]
[assembly: AssemblyFileVersion( "2.2.1.17" )]
[assembly: NeutralResourcesLanguage( "en-GB" )]

6 changes: 3 additions & 3 deletions AttackImprovementMod/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</script>
<body>

<h1 id="aimattackimprovementmod21development">AIM - Attack Improvement Mod 2.2 </h1>
<h1 id="aimattackimprovementmod21development">AIM - Attack Improvement Mod 2.2.1 </h1>

<p>For BATTLETECH 1.2.0</p>

Expand Down Expand Up @@ -784,9 +784,9 @@ <h1 id="compatibilities">Compatibilities</h1>
<ul>
<li>BattleTech 1.0 - AIM 1.0.1.</li>

<li>BattleTech 1.1 - AIM 1.0.1, 2.0, 2.1, and 2.1.1.</li>
<li>BattleTech 1.1 - AIM 1.0.1 to 2.1.2.</li>

<li>BattleTech 1.2 - AIM 2.2.</li>
<li>BattleTech 1.2 - AIM 2.2 to 2.2.1.</li>
</ul>

<p>AIM is aware of some other mods and will behave differently in their present to meet player expectations.</p>
Expand Down
5 changes: 5 additions & 0 deletions AttackImprovementMod/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGE LOG

2018-08-28 AIM Version 2.2.1 for BATTLETECH 1.2.0

* Fix: Grey head disease regression.
* New: Errors when logging Attack Log is now logged in main mod log.

2018-08-22 AIM Version 2.2 for BATTLETECH 1.2.0

* Big: Updated for 1.2.0. Incompatible with game version 1.1.2 and before.
Expand Down
4 changes: 2 additions & 2 deletions AttackImprovementMod/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Name" : "AIM: Attack Improvement Mod",
"Enabled" : true,

"Version" : "2.2",
"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.2.1",
"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" : "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AIM - Attack Improvement Mod 2.2 #
# AIM - Attack Improvement Mod 2.2.1 #
For BATTLETECH 1.2.0

- [Features Overview](#features-overview)
Expand Down Expand Up @@ -666,8 +666,8 @@ but because the code that determine hit distribution is not designed for fractio
# Compatibilities

* BattleTech 1.0 - AIM 1.0.1.
* BattleTech 1.1 - AIM 1.0.1, 2.0, 2.1, and 2.1.1.
* BattleTech 1.2 - AIM 2.2.
* BattleTech 1.1 - AIM 1.0.1 to 2.1.2.
* BattleTech 1.2 - AIM 2.2 to 2.2.1.

AIM is aware of some other mods and will behave differently in their present to meet player expectations.

Expand Down

0 comments on commit 0fda27b

Please sign in to comment.