Skip to content

Commit

Permalink
chore: update version numbers for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jun 5, 2023
1 parent c5f6dc9 commit 394d743
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions .github/latest.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
This update includes an additional popup for the new Quick Start sample, operation completed event and README updates.
This update adds a small improvement to the module installer and a new setup guide editor window flow to help new users get started.

## Changelog

### Added
- support for response codes [#62](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/62)

### Updated
- refactor of WebRequestDispatcher [#59](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/59)
- import timeout to module installer [#70](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/70)
- Add new setup guide window [#71](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/71)
- added function for folder size in MB [#72](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/72)

### Fixed
- 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)
- various editor window layout fixes [#73](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/73)
6 changes: 3 additions & 3 deletions Editor/Module Management/ModuleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class ModuleList
name = "com.readyplayerme.core",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git",
branch = "",
version = "1.2.0"
version = "1.3.0"
};

/// <summary>
Expand All @@ -34,14 +34,14 @@ public static class ModuleList
name = "com.readyplayerme.avatarloader",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git",
branch = "",
version = "1.2.0"
version = "1.3.0"
},
new ModuleInfo
{
name = "com.readyplayerme.webview",
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git",
branch = "",
version = "1.1.0"
version = "1.2.0"
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.readyplayerme.core",
"version": "1.2.0",
"version": "1.3.0",
"displayName": "Ready Player Me Core",
"description": "Ready Player Me Core is responsible for module management and setting up the SDK for first time use.",
"unity": "2020.3",
Expand Down

0 comments on commit 394d743

Please sign in to comment.