diff --git a/Editor/Module Management/ModuleList.cs b/Editor/Module Management/ModuleList.cs index 9005c1cc..fed3c5cb 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 = "1.3.0" + version = "1.3.1" }; /// @@ -34,7 +34,7 @@ public static class ModuleList name = "com.readyplayerme.avatarloader", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git", branch = "", - version = "1.3.0" + version = "1.3.2" }, new ModuleInfo { diff --git a/Editor/UI/Components/SubdomainField.cs b/Editor/UI/Components/SubdomainField.cs index 7583a5ea..651d8e07 100644 --- a/Editor/UI/Components/SubdomainField.cs +++ b/Editor/UI/Components/SubdomainField.cs @@ -135,7 +135,7 @@ private bool IsSubdomainFocusLost() return false; } - private void SaveSubdomain() + public void SaveSubdomain() { EditorPrefs.SetString(WEB_VIEW_PARTNER_SAVE_KEY, partnerSubdomain); var subDomain = CoreSettingsHandler.CoreSettings.Subdomain; diff --git a/package.json b/package.json index 74b54c0b..a66abebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.readyplayerme.core", - "version": "1.3.0", + "version": "1.3.1", "displayName": "Ready Player Me Core", "description": "Ready Player Me Core is responsible for module management and setting up the SDK for first time use.", "unity": "2020.3",