Halsafar 4 rokov pred
rodič
commit
7b46421733

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -9,7 +9,7 @@ namespace SongBrowser
     [Plugin(RuntimeOptions.SingleStartInit)]
     public class Plugin
     {
-        public const string VERSION_NUMBER = "6.1.1";
+        public const string VERSION_NUMBER = "6.1.2";
         public static Plugin Instance;
         public static IPA.Logging.Logger Log;
 

+ 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("6.1.1")]
-[assembly: AssemblyFileVersion("6.1.1")]
+[assembly: AssemblyVersion("6.1.2")]
+[assembly: AssemblyFileVersion("6.1.2")]

+ 1 - 1
SongBrowserPlugin/manifest.json

@@ -5,7 +5,7 @@
   "gameVersion": "1.12.2",
   "id": "SongBrowser",
   "name": "Song Browser",
-  "version": "6.1.1",
+  "version": "6.1.2",
   "dependsOn": {
     "SongCore": "^3.0.0",
     "SongDataCore": "^1.3.5",