Skip to content

Commit

Permalink
1.1.3 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Jun 22, 2016
1 parent 01bb5e1 commit 989cd6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion Changelog.txt

This file was deleted.

2 changes: 1 addition & 1 deletion CleverSat.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONTRACT_GROUP
{
name = CleverSat
displayName = Clever Sat
minVersion = 1.11.6
minVersion = 1.13.0
disabledContractType = SatelliteContract
}

12 changes: 6 additions & 6 deletions CleverSat.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 0,
"MINOR" : 1,
"PATCH" : 0,
"BUILD" : 1
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 5
"MINOR" : 1,
"PATCH" : 3
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 5
"MINOR" : 1,
"PATCH" : 3
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
"PATCH" : 3
}
}

0 comments on commit 989cd6a

Please sign in to comment.