Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sll552 committed Jul 11, 2022
1 parent 3eebdf5 commit 62c9eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordBee.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr)
_about.Type = PluginType.General;
_about.VersionMajor = 3; // your plugin version
_about.VersionMinor = 0;
_about.Revision = 0;
_about.Revision = 1;
_about.MinInterfaceVersion = MinInterfaceVersion;
_about.MinApiRevision = MinApiRevision;
_about.ReceiveNotifications = ReceiveNotificationFlags.PlayerEvents;
Expand Down

0 comments on commit 62c9eed

Please sign in to comment.