Skip to content

Commit

Permalink
Merge pull request #41 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
1.12 update
  • Loading branch information
ChrisAdderley authored Aug 22, 2021
2 parents 5cceeeb + 0716c4b commit 8283883
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ tmp/
deploy/
build_scripts/version.txt
build_scripts/changelog.md
GameData/HeatControl/Parts/@thumbs
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
version: 4.2.1
location: s3
B9PartSwitch:
version: 2.17.0
version: 2.18.0
location: s3
deploy:
SpaceDock:
Expand Down
8 changes: 4 additions & 4 deletions GameData/HeatControl/Versioning/HeatControl.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":0,
"MINOR":6,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"PATCH":0
"MINOR":12,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":11,
"MINOR":12,
"PATCH":99
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ A complete and total rebuild of my old Stockalike Station Parts Expansion projec

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.17.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.2.1)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)

## Installation

Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.6.1
------
- Updated ModuleManager to 4.2.1
- Updated B9PartSwitch to 2.18.0

v0.6.0
------
- B9PartSwitch is added as a dependency
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====================
HEAT CONTROL v0.6.0
HEAT CONTROL v0.6.1
====================

This is a pack containing parts useful for controlling the heat on your spacecraft.
Expand All @@ -9,8 +9,8 @@ DEPENDENCIES
============

Required
- ModuleManager (v4.1.4)
- B9PartSwitch (v2.17.0)
- ModuleManager (v4.2.1)
- B9PartSwitch (v2.18.0)

Optional
- Community Tech Tree (v2.2+)
Expand Down

0 comments on commit 8283883

Please sign in to comment.