Skip to content

Commit 94368df

Browse files
committed
bump version to 2.0 because why not
1 parent 14a07c3 commit 94368df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mb_DiscordRichPresence.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr)
2121
about.PluginInfoVersion = PluginInfoVersion;
2222
about.Name = "Discord Rich Presence";
2323
about.Description = "Sets currently playing song as Discord Rich Presence";
24-
about.Author = "Harmon758 + Kuunikal";
24+
about.Author = "Harmon758 + Kuunikal + BriannaFoxwell";
2525
about.TargetApplication = ""; // current only applies to artwork, lyrics or instant messenger name that appears in the provider drop down selector or target Instant Messenger
2626
about.Type = PluginType.General;
27-
about.VersionMajor = 1; // your plugin version
27+
about.VersionMajor = 2; // your plugin version
2828
about.VersionMinor = 0;
2929
about.Revision = 05; // this how you do it?
3030
about.MinInterfaceVersion = MinInterfaceVersion;

0 commit comments

Comments
 (0)