From 5e59a5b7b52f6268ae74d4cda83797d7669624a4 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Wed, 1 Nov 2023 16:13:42 +0200 Subject: [PATCH] chore: final updates --- .github/latest.md | 6 ++++-- Editor/Module Management/ModuleList.cs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/latest.md b/.github/latest.md index c1f1555c..07e09e88 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -1,10 +1,12 @@ ## Changelog +### Breaking Changes +- Merge avatar creator into core by @ryuuk in [#135](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/135). +- AvatarProcessor no longer searches and replaces existing avatar by @rk132 in [#138](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/138) + ### Added - show Avatar Creator sample button in guide by @ryuuk in [#141](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/141) -- Merge avatar creator into core by @ryuuk in [#135](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/135) ### Updated - merged related samples into single folders by @harrisonhough in [#139](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/139) -- AvatarProcessor no longer searches and replaces existing avatar by @rk132 in [#138](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/138) diff --git a/Editor/Module Management/ModuleList.cs b/Editor/Module Management/ModuleList.cs index 430ccf36..76b306f4 100644 --- a/Editor/Module Management/ModuleList.cs +++ b/Editor/Module Management/ModuleList.cs @@ -14,7 +14,7 @@ public static class ModuleList name = "com.readyplayerme.core", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git", branch = "", - version = "3.3.0" + version = "4.0.0" }; ///