Skip to content

Commit

Permalink
Version up to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jan 6, 2020
1 parent 734f312 commit 584c059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FPSCounter/FPSCounter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace FPSCounter
[BepInPlugin(GUID, "FPS Counter", Version)]
public class FrameCounter : BaseUnityPlugin
{
public const string Version = "2.1.1";
public const string Version = "2.2";
public const string GUID = "MarC0.FPSCounter";

private static ConfigEntry<KeyboardShortcut> _showCounter;
Expand Down

0 comments on commit 584c059

Please sign in to comment.