Skip to content

Commit 00ccdf7

Browse files
committed
chore: update version numbers for testing
1 parent c5f6dc9 commit 00ccdf7

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.github/latest.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
This update includes an additional popup for the new Quick Start sample, operation completed event and README updates.
1+
This update adds a small improvement to the module installer and a new setup guide editor window flow to help new users get started.
22

33
## Changelog
44

55
### Added
6-
- support for response codes [#62](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/62)
7-
8-
### Updated
9-
- refactor of WebRequestDispatcher [#59](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/59)
6+
- import timeout to module installer [#70](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/70)
7+
- Add new setup guide window [#71](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/71)
8+
- added function for folder size in MB [#72](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/72)
109

1110
### Fixed
12-
- fixed an issue with the popup don't ask again pref was not updating correctly [#58](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/58)
11+
- various editor window layout fixes [#73](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/73)

Editor/Module Management/ModuleList.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public static class ModuleList
1313
{
1414
name = "com.readyplayerme.core",
1515
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git",
16-
branch = "",
17-
version = "1.2.0"
16+
branch = "release/v1.3.0",
17+
version = "1.3.0"
1818
};
1919

2020
/// <summary>
@@ -33,15 +33,15 @@ public static class ModuleList
3333
{
3434
name = "com.readyplayerme.avatarloader",
3535
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git",
36-
branch = "",
37-
version = "1.2.0"
36+
branch = "release/v1.3.0",
37+
version = "1.3.0"
3838
},
3939
new ModuleInfo
4040
{
4141
name = "com.readyplayerme.webview",
4242
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git",
43-
branch = "",
44-
version = "1.1.0"
43+
branch = "release/v1.2.0",
44+
version = "1.2.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": "1.2.0",
3+
"version": "1.3.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)