Skip to content

Commit

Permalink
Bumped version to v2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Apr 24, 2018
1 parent 601b797 commit 8520f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MB_SubSonic/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.14.0.0")]
[assembly: AssemblyFileVersion("2.14.0.0")]
[assembly: AssemblyVersion("2.15.0.0")]
[assembly: AssemblyFileVersion("2.15.0.0")]
4 changes: 2 additions & 2 deletions MB_SubSonic/SubSonicPlugin.cs
Expand Up @@ -36,14 +36,14 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr)
Subsonic.SetBackgroundTaskMessage = _mbApiInterface.MB_SetBackgroundTaskMessage;
Subsonic.RefreshPanels = _mbApiInterface.MB_RefreshPanels;
_about.PluginInfoVersion = PluginInfoVersion;
_about.Name = "Subsonic v2.14";
_about.Name = "Subsonic v2.15";
_about.Description = "Access files and playlists on a SubSonic Server";
_about.Author = "Dimitris Panokostas";
_about.TargetApplication = "Subsonic";
// 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.Storage;
_about.VersionMajor = 2; // your plugin version
_about.VersionMinor = 14;
_about.VersionMinor = 15;
_about.Revision = 0;
_about.MinInterfaceVersion = MinInterfaceVersion;
_about.MinApiRevision = MinApiRevision;
Expand Down

0 comments on commit 8520f51

Please sign in to comment.