Skip to content

Commit

Permalink
Bump version to 3.2.3 with SDK 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Oct 7, 2023
1 parent 72d4652 commit 31e1832
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### New features in v 3.2.2:

3.2.3:

Thanks to anatawa12 for the update.

* Compatible with SDK 3.4.x
* Fix null check in preprocessAvatarCallbacks
* Enable avatar scaling by default. Thanks to Smash-ter for the report.

3.2.2:

Thanks to jellejurre for all of the hard work that went into this update.
Expand Down
4 changes: 2 additions & 2 deletions Runtime/Scripts/LyumaAv3Emulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ namespace Lyuma.Av3Emulator.Runtime
[HelpURL("https://github.com/lyuma/Av3Emulator")]
public class LyumaAv3Emulator : MonoBehaviour
{
public static readonly ulong EMULATOR_VERSION = 0x3_02_02_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.2.2";
public static readonly ulong EMULATOR_VERSION = 0x3_02_03_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.2.3";
public const string GIT_REPO = "https://github.com/lyuma/Av3Emulator";
public static readonly String BUG_TRACKER_URL = GIT_REPO + "/issues";
public const string CREDIT1 = "By Lyuma, hai-vr, jellejurre, anatawa12,";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lyuma.av3emulator",
"displayName": "Av3Emulator",
"version": "3.2.2",
"version": "3.2.3",
"description": "An Emulator for VRChat's Avatar 3.0 System",
"gitDependencies": {},
"legacyFolders" : {
Expand Down

0 comments on commit 31e1832

Please sign in to comment.