Skip to content

Commit

Permalink
Merge pull request #31 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 0.4.12
  • Loading branch information
ChrisAdderley authored May 29, 2019
2 parents 8ee6687 + b5301ff commit 38cdab1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions GameData/HeatControl/Patches/HeatControlCommunityTechTree.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}

// Surface Radiators
@PART[radiator-surface-2]:NEEDS[CommunityTechTree]
@PART[radiator-surface-25-1]:NEEDS[CommunityTechTree]
{
@TechRequired = heatManagementSystems
}
@PART[radiator-surface-3]:NEEDS[CommunityTechTree]
@PART[radiator-surface-375-1]:NEEDS[CommunityTechTree]
{
@TechRequired = heatManagementSystems
}
@PART[radiator-surface-1]:NEEDS[CommunityTechTree]
@PART[radiator-surface-125-1]:NEEDS[CommunityTechTree]
{
@TechRequired = heatManagementSystems
}
Expand Down
2 changes: 1 addition & 1 deletion GameData/HeatControl/Versioning/HeatControl.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":0,
"MINOR":4,
"PATCH":11,
"PATCH":12,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.4.12
-------
- Fixed wraparound surface radiators being in the wrong node

v0.4.11
-------
- KSP 1.7.x
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====================
HEAT CONTROL v0.4.11
HEAT CONTROL v0.4.12
====================

This is a pack containing parts useful for controlling the heat on your spacecraft.
Expand Down

0 comments on commit 38cdab1

Please sign in to comment.