Skip to content

Commit

Permalink
Prep for v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 23, 2021
1 parent 36ae128 commit da60580
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DeadlyReentry/DeadlyReentry.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR" : 8,
"MINOR" : 1,
"PATCH" : 0
"PATCH" : 1
},

"KSP_VERSION":
Expand Down
Binary file modified DeadlyReentry/Plugins/DeadlyReentry.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions DeadlyReentry/Readme_DREC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ To change DRE settings, click the DRE menu button (looks like a capsule reenteri
DRE menu icon created by lajoswinkler
==========
Changelog:
v8.1.1
* Fix flipped operational temp (resulted in operational temps being far too low).

v8.1.0
* Changed to using Game Difficulty Settings for tunable Deadly Reentry parameters.
* Use correct FlightLogger interfaces for over-G and over-Temp explosions; also fix an issue where the flight results dialog was not triggered when DRE destroyed the root part.
Expand Down
4 changes: 2 additions & 2 deletions Source/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("8.1.0.0")]
[assembly: KSPAssembly("DeadlyReentry", 8, 1, 0)]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: KSPAssembly("DeadlyReentry", 8, 1, 1)]

0 comments on commit da60580

Please sign in to comment.