Skip to content

Commit

Permalink
Release version 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed May 27, 2024
1 parent 743833d commit d8e6554
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### New features in v 3.4.3:

3.4.4:

- No longer force maxiumum version for VRCSDK
- Fix weird runtime build issue with IL2CPP and dynamic keyword
- Improve accuracy of mirror clone for mirror detection.

3.4.3:

- Add compatibility with GestureManager 3.8.9+
Expand Down
4 changes: 2 additions & 2 deletions Runtime/Scripts/LyumaAv3Emulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ namespace Lyuma.Av3Emulator.Runtime
[HelpURL("https://github.com/lyuma/Av3Emulator")]
public class LyumaAv3Emulator : MonoBehaviour
{
public static readonly ulong EMULATOR_VERSION = 0x3_04_03_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.4.3";
public static readonly ulong EMULATOR_VERSION = 0x3_04_04_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.4.4";
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"documentationUrl": "https://github.com/lyuma/Av3Emulator",
"displayName": "Av3Emulator",
"version": "3.4.3",
"version": "3.4.4",
"description": "An Emulator for VRChat's Avatar 3.0 System",
"gitDependencies": {},
"legacyFolders" : {
"Assets\\Lyuma\\Av3Emulator" : "e42c5d0b3e2b3f64e8a88c225b3cef62"
},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.1.0 <3.6.0"
"com.vrchat.avatars": "^3.1.0"
},
"legacyFiles": {},
"type": "tool",
Expand Down

0 comments on commit d8e6554

Please sign in to comment.