Skip to content

Commit

Permalink
Prep for v8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 26, 2021
1 parent 39278a5 commit 2228d6b
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" : 1
"PATCH" : 2
},

"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.2
* Fix adding DRE modules to parts on startup

v8.1.1
* Fix flipped operational temp (resulted in operational temps being far too low).

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.1.0")]
[assembly: KSPAssembly("DeadlyReentry", 8, 1, 1)]
[assembly: AssemblyVersion("8.1.2.0")]
[assembly: KSPAssembly("DeadlyReentry", 8, 1, 2)]

0 comments on commit 2228d6b

Please sign in to comment.