Skip to content

Commit

Permalink
chore: reset branches
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Oct 5, 2023
1 parent 14bbe9a commit e91cb1b
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 = "release/v3.3.0",
branch = "",
version = "3.3.0"
};

Expand All @@ -33,7 +33,7 @@ public static class ModuleList
{
name = "com.readyplayerme.webview",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git",
branch = "release/v2.0.0",
branch = "",
version = "2.0.0"
}
};
Expand Down

0 comments on commit e91cb1b

Please sign in to comment.