Browse Source

Version bump.

Stephen Damm 5 years ago
parent
commit
fd4d4382d1
2 changed files with 3 additions and 3 deletions
  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 class Plugin : IPlugin
     {
     {
-        public const string VERSION_NUMBER = "5.0.0";
+        public const string VERSION_NUMBER = "5.1.0";
         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.0.0")]
-[assembly: AssemblyFileVersion("5.0.0")]
+[assembly: AssemblyVersion("5.1.0")]
+[assembly: AssemblyFileVersion("5.1.0")]