diff --git a/Distribution/Restock/GameData/ReStock/Assets/Control/restock-rcs-linear-mini-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-rcs-linear-mini-1.mu index 663fcd9c..54fb5c27 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Control/restock-rcs-linear-mini-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-rcs-linear-mini-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 1188466e..2adcd7e0 100644 --- a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version +++ b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version @@ -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, diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 4b0f4dd4..38e37ed1 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,3 +1,8 @@ +v1.3.1 +------ +- Fixed small linear RCS collider +- Fixed compatability marked for 1.10.1, it isn't, really + v1.3.0 ------ - 1.11.0 diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 50c1e4c3..120c4a1d 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 1.3.0 +RESTOCK 1.3.1 ============= Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet. diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version index 435ea8a8..090c73e0 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version @@ -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, diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 5e607616..799a6ff8 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -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 diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 48a05c7f..2d44e326 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -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) =============