Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash committed Oct 21, 2020
1 parent a3e2969 commit 242152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H3MP/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Plugin : BaseUnityPlugin
{
public const string GUID = "Ash.H3MP";
public const string NAME = "H3MP";
public const string VERSION = "0.1.0";
public const string VERSION = "0.1.1";

private const long DISCORD_APP_ID = 762557783768956929; // 3rd party RPC application
private const uint STEAM_APP_ID = 450540; // H3VR
Expand Down

0 comments on commit 242152b

Please sign in to comment.