Skip to content

Commit 4bccdb4

Browse files
committed
Merge branch 'release/v1.0.0' into main
2 parents 142e867 + 3cb2ef6 commit 4bccdb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Editor/Module Management/ModuleList.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class ModuleList
1414
name = "com.readyplayerme.core",
1515
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git",
1616
branch = "",
17-
version = "0.2.0"
17+
version = "1.0.0"
1818
};
1919

2020
/// <summary>
@@ -34,14 +34,14 @@ public static class ModuleList
3434
name = "com.readyplayerme.avatarloader",
3535
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git",
3636
branch = "",
37-
version = "0.2.0"
37+
version = "1.0.0"
3838
},
3939
new ModuleInfo
4040
{
4141
name = "com.readyplayerme.webview",
4242
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git",
4343
branch = "",
44-
version = "0.2.0"
44+
version = "1.0.0"
4545
}
4646
};
4747

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.readyplayerme.core",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"displayName": "Ready Player Me Core",
55
"description": "Ready Player Me Core is responsible for module management and setting up the SDK for first time use.",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)