Skip to content

Commit

Permalink
Version up to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 28, 2019
1 parent 630246f commit 16faa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeightBar/HeightBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace HeightBar
[BepInDependency(KoikatuAPI.GUID)]
public class HeightBar : BaseUnityPlugin
{
internal const string Version = "2.0.1";
internal const string Version = "2.0.2";
private const float Ratio = 103.092781f;

private readonly GUIStyle _labelStyle = new GUIStyle();
Expand Down

0 comments on commit 16faa7f

Please sign in to comment.