Stephen Damm 5 anni fa
parent
commit
70f017abef

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -12,7 +12,7 @@ namespace SongBrowser
 {
 {
     public class Plugin : IPlugin
     public class Plugin : IPlugin
     {
     {
-        public const string VERSION_NUMBER = "5.2.0";
+        public const string VERSION_NUMBER = "5.2.1";
         public static Plugin Instance;
         public static Plugin Instance;
 
 
         public string Name
         public string Name

+ 2 - 2
SongBrowserPlugin/Properties/AssemblyInfo.cs

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("5.2.0")]
-[assembly: AssemblyFileVersion("5.2.0")]
+[assembly: AssemblyVersion("5.2.1")]
+[assembly: AssemblyFileVersion("5.2.1")]