Skip to content

Commit

Permalink
Release version 3.2.1 of Av3Emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Jul 10, 2023
1 parent 2b44ae6 commit 2f92e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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_00_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.2.0";
public static readonly ulong EMULATOR_VERSION = 0x3_02_01_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.2.1";
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.0",
"version": "3.2.1",
"description": "An Emulator for VRChat's Avatar 3.0 System",
"gitDependencies": {},
"legacyFolders" : {
Expand Down

0 comments on commit 2f92e98

Please sign in to comment.