Skip to content

Commit

Permalink
- increase version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sll552 committed Sep 16, 2017
1 parent f9e059f commit 06c8db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorsairLED.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr)
_about.Type = PluginType.General;
_about.VersionMajor = 0; // your plugin version
_about.VersionMinor = 1;
_about.Revision = 2;
_about.Revision = 3;
_about.MinInterfaceVersion = MinInterfaceVersion;
_about.MinApiRevision = MinApiRevision;
_about.ReceiveNotifications = (ReceiveNotificationFlags.PlayerEvents | ReceiveNotificationFlags.TagEvents);
Expand Down

0 comments on commit 06c8db8

Please sign in to comment.