Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiLion committed Aug 24, 2019
1 parent 14297fc commit 7e41f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VRCMenuUtils/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.3.0")]
[assembly: AssemblyFileVersion("0.0.3.0")]
[assembly: AssemblyVersion("0.0.3.1")]
[assembly: AssemblyFileVersion("0.0.3.1")]
2 changes: 1 addition & 1 deletion VRCMenuUtils/VRCMenuUtilsAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static class VRCMenuUtilsAPI
#endregion
#region VRCMenuUtils Properties
public static bool IsIntialized => _UIInitialized;
public static string Version => "0.3.0";
public static string Version => "0.3.1";
#endregion
#region VRCMenuUtils Delegates
public delegate void ElementChangeDelegate(Transform transform);
Expand Down

0 comments on commit 7e41f4e

Please sign in to comment.