Skip to content

Commit

Permalink
Merge pull request #40 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Tagged for KSP 1.12
  • Loading branch information
ChrisAdderley authored Jul 21, 2021
2 parents c449ef7 + b908ac3 commit 4c0dfe9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies: # Configure dependencies
version: 4.1.4
location: s3
B9PartSwitch:
version: 2.17.0
version: 2.18.0
location: s3
deploy:
SpaceDock:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"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
}
}
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.1.2
------
- KSP 1.12
- Updated bundled B9PartSwitch to 2.18.0

v1.1.1
------
- Fixed cargo storeable parts in 1.10
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==============================
Near Future Exploration v1.1.1
Near Future Exploration v1.1.2
==============================

A set of parts to help enhance and improve the KSP probe experience, particularly in the later game with larger probes
Expand All @@ -16,7 +16,7 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.17.0)
- B9PartSwitch (2.18.0)
- ModuleManager (4.1.4)

Optional
Expand Down

0 comments on commit 4c0dfe9

Please sign in to comment.