Fix for small linear RCS

This commit is contained in:
Chris
2021-01-23 15:30:54 -08:00
parent 76fc72e6a5
commit 2cceb95dac
7 changed files with 19 additions and 9 deletions

View File

@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
@ -17,8 +17,8 @@
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":10,
"PATCH":1
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,

View File

@ -1,3 +1,8 @@
v1.3.1
------
- Updated French localization (vinix38)
- Fixed compatability marked for 1.10.1, it isn't, really
v1.3.0
------
- KSP 1.11

View File

@ -1,5 +1,5 @@
==============
RESTOCK+ 1.3.0
RESTOCK+ 1.3.1
==============
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
@ -21,7 +21,7 @@ DEPENDENCIES
============
Required:
- Restock (1.3.0)
- Restock (1.3.1)
- ModuleManager (4.1.4)
=============