Skip to content

Commit

Permalink
chore: update versions in module list
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Oct 4, 2023
1 parent 57f97c2 commit fbf1cb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Editor/Module Management/ModuleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public static class ModuleList
{
name = "com.readyplayerme.core",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git",
branch = "",
version = "3.0.0"
branch = "release/v3.3.0",
version = "3.3.0"
};

/// <summary>
Expand All @@ -33,8 +33,8 @@ public static class ModuleList
{
name = "com.readyplayerme.webview",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git",
branch = "feature/extract-shared-functionality",
version = "1.2.0"
branch = "release/v2.0.0",
version = "2.0.0"
}
};

Expand Down

0 comments on commit fbf1cb3

Please sign in to comment.