File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static class ModuleList
14
14
name = "com.readyplayerme.core" ,
15
15
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git" ,
16
16
branch = "" ,
17
- version = "0.2 .0"
17
+ version = "1.0 .0"
18
18
} ;
19
19
20
20
/// <summary>
@@ -34,14 +34,14 @@ public static class ModuleList
34
34
name = "com.readyplayerme.avatarloader" ,
35
35
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git" ,
36
36
branch = "" ,
37
- version = "0.2 .0"
37
+ version = "1.0 .0"
38
38
} ,
39
39
new ModuleInfo
40
40
{
41
41
name = "com.readyplayerme.webview" ,
42
42
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git" ,
43
43
branch = "" ,
44
- version = "0.2 .0"
44
+ version = "1.0 .0"
45
45
}
46
46
} ;
47
47
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.readyplayerme.core" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"displayName" : " Ready Player Me Core" ,
5
5
"description" : " Ready Player Me Core is responsible for module management and setting up the SDK for first time use." ,
6
6
"unity" : " 2020.3" ,
You can’t perform that action at this time.
0 commit comments