Skip to content

Commit

Permalink
chore: Merge branch 'release/v1.3.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jun 5, 2023
2 parents cefc9b3 + 394d743 commit 5b1cccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/v1.3.0",
branch = "",
version = "1.3.0"
};

Expand All @@ -33,14 +33,14 @@ public static class ModuleList
{
name = "com.readyplayerme.avatarloader",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git",
branch = "release/v1.3.0",
branch = "",
version = "1.3.0"
},
new ModuleInfo
{
name = "com.readyplayerme.webview",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git",
branch = "release/v1.2.0",
branch = "",
version = "1.2.0"
}
};
Expand Down

0 comments on commit 5b1cccb

Please sign in to comment.