From be70bb4e471f54432fe15817cc4762cde8be2008 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 31 Aug 2021 16:34:24 +0200 Subject: [PATCH] Updated version to v2.33 --- MB_SubSonic/Plugin.cs | 2 +- MB_SubSonic/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MB_SubSonic/Plugin.cs b/MB_SubSonic/Plugin.cs index 0ed72ab..b3095e3 100644 --- a/MB_SubSonic/Plugin.cs +++ b/MB_SubSonic/Plugin.cs @@ -36,7 +36,7 @@ public Interfaces.Plugin.PluginInfo Initialise(IntPtr apiInterfacePtr) // current only applies to artwork, lyrics or instant messenger name that appears in the provider drop down selector or target Instant Messenger _about.Type = Interfaces.Plugin.PluginType.Storage; _about.VersionMajor = 2; // your plugin version - _about.VersionMinor = 32; + _about.VersionMinor = 33; _about.Revision = 0; _about.MinInterfaceVersion = Interfaces.Plugin.MinInterfaceVersion; _about.MinApiRevision = Interfaces.Plugin.MinApiRevision; diff --git a/MB_SubSonic/Properties/AssemblyInfo.cs b/MB_SubSonic/Properties/AssemblyInfo.cs index c6a54d3..f3aafe4 100644 --- a/MB_SubSonic/Properties/AssemblyInfo.cs +++ b/MB_SubSonic/Properties/AssemblyInfo.cs @@ -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.31.0.0")] -[assembly: AssemblyFileVersion("2.31.0.0")] +[assembly: AssemblyVersion("2.33.0.0")] +[assembly: AssemblyFileVersion("2.33.0.0")]