Skip to content

Commit

Permalink
chore: clean branch name for release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jul 11, 2023
1 parent 6bdcf94 commit feb585e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/Module Management/ModuleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class ModuleList
{
name = "com.readyplayerme.core",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git",
branch = "hotfix/1.3.3",
branch = "",
version = "1.3.3"
};

Expand All @@ -33,7 +33,7 @@ public static class ModuleList
{
name = "com.readyplayerme.avatarloader",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git",
branch = "hotfix/1.3.4",
branch = "",
version = "1.3.4"
},
new ModuleInfo
Expand Down

0 comments on commit feb585e

Please sign in to comment.