diff --git a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-poodle-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-poodle-2.mu index 59046710..59fe0f3c 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-poodle-2.mu and b/Distribution/Restock/GameData/ReStock/Assets/Engine/restock-engine-poodle-2.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version b/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version index 8adc428d..db6e7ea9 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":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 0588849d..ea0c3845 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,3 +1,7 @@ +v1.3.3 +------ +- Fix Poodle shroud shaders + v1.3.2 ------ - Fixed collider location inconsistency with stock for 1.25m heatshield (#914) diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 1d009bd3..d31d5ed9 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -1,5 +1,5 @@ ============= -RESTOCK 1.3.2 +RESTOCK 1.3.3 ============= 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 eb6282e8..b488cac6 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":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": diff --git a/Distribution/RestockPlus/readme.txt b/Distribution/RestockPlus/readme.txt index 0f0068f8..edc38236 100644 --- a/Distribution/RestockPlus/readme.txt +++ b/Distribution/RestockPlus/readme.txt @@ -1,5 +1,5 @@ ============== -RESTOCK+ 1.3.2 +RESTOCK+ 1.3.3 ============== 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.2) +- Restock (1.3.3) - ModuleManager (4.1.4) =============