Skip to content

Commit

Permalink
Version変更
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 committed Sep 1, 2019
1 parent e90d552 commit 1c39f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr)
about.Author = "htsign(noriokun4649 Edit)";
about.TargetApplication = ""; // current only applies to artwork, lyrics or instant messenger name that appears in the provider drop down selector or target Instant Messenger
about.Type = PluginType.LyricsRetrieval;
about.VersionMajor = 1; // your plugin version
about.VersionMajor = 2; // your plugin version
about.VersionMinor = 0;
about.Revision = 1;
about.MinInterfaceVersion = MinInterfaceVersion;
Expand Down

0 comments on commit 1c39f2d

Please sign in to comment.