Skip to content

Commit

Permalink
Version up to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Oct 23, 2021
1 parent e9d04c1 commit 074c003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/HeightBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace HeightBar
[BepInPlugin("HeightBar", "HeightBarX", Version)]
public partial class HeightBar
{
internal const string Version = "3.3";
internal const string Version = "3.4";

private readonly GUIStyle _labelStyle = new GUIStyle();
private Rect _labelRect = new Rect(400f, 400f, 100f, 100f);
Expand Down

0 comments on commit 074c003

Please sign in to comment.