Skip to content

Commit

Permalink
Merge branch 'hotifix/v1.3.1' into main
Browse files Browse the repository at this point in the history
- made SaveSubdomain public
  • Loading branch information
rYuuk authored and HarrisonHough committed Jun 21, 2023
1 parent 5b1cccb commit b6abcab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Editor/Module Management/ModuleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};

/// <summary>
Expand All @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion Editor/UI/Components/SubdomainField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b6abcab

Please sign in to comment.