diff --git a/Build/README.md b/Build/README.md index 9792e05..6108daf 100644 --- a/Build/README.md +++ b/Build/README.md @@ -251,6 +251,9 @@ How to use : ## Changes : +- 1.3.17 + - Added several experimental animations support for scraps made with SDK (may fix two handed animations). + - Fixed some issues with new Scrap types. - 1.3.16 - Reversed networking change with Entrances that causing issues. - 1.3.15 : diff --git a/Build/manifest.json b/Build/manifest.json index 6819b6e..ccb787d 100644 --- a/Build/manifest.json +++ b/Build/manifest.json @@ -1,10 +1,10 @@ { "name": "LethalSDK", - "version_number": "1.3.16", + "version_number": "1.3.17", "website_url": "https://github.com/HolographicWings/LethalSDK-Unity-Project", "description": "Lethal Company Development Kit to easily add new Scraps, Moons and more in future.", "dependencies": [ "BepInEx-BepInExPack-5.4.2100", - "HolographicWings-LethalExpansion-1.3.16" + "HolographicWings-LethalExpansion-1.3.17" ] } \ No newline at end of file diff --git a/README.md b/README.md index 3b7251e..e4fb3f7 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,9 @@ How to use : ## Changes : +- 1.3.17 + - Added several experimental animations support for scraps made with SDK (may fix two handed animations). + - Fixed some issues with new Scrap types. - 1.3.16 - Reversed networking change with Entrances that causing issues. - 1.3.15 :