Explorar el Código

Version bump.

Stephen Damm hace 5 años
padre
commit
70f017abef
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      SongBrowserPlugin/Plugin.cs
  2. 2 2
      SongBrowserPlugin/Properties/AssemblyInfo.cs

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -12,7 +12,7 @@ namespace SongBrowser
 {
     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 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 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("5.2.0")]
-[assembly: AssemblyFileVersion("5.2.0")]
+[assembly: AssemblyVersion("5.2.1")]
+[assembly: AssemblyFileVersion("5.2.1")]