Sfoglia il codice sorgente

Fix up manifest. Minor version bump.

Halsafar 4 anni fa
parent
commit
ebc7b0e4a1

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -9,7 +9,7 @@ namespace SongBrowser
     [Plugin(RuntimeOptions.SingleStartInit)]
     public class Plugin
     {
-        public const string VERSION_NUMBER = "6.1.0";
+        public const string VERSION_NUMBER = "6.1.1";
         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.0")]
-[assembly: AssemblyFileVersion("6.1.0")]
+[assembly: AssemblyVersion("6.1.1")]
+[assembly: AssemblyFileVersion("6.1.1")]

+ 4 - 4
SongBrowserPlugin/manifest.json

@@ -2,14 +2,14 @@
   "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
   "author": "Halsafar",
   "description": "Adds sort and filter features to the level selection UI.",
-  "gameVersion": "1.12.1",
+  "gameVersion": "1.12.2",
   "id": "SongBrowser",
   "name": "Song Browser",
-  "version": "6.1.0",
+  "version": "6.1.1",
   "dependsOn": {
     "SongCore": "^3.0.0",
-    "SongDataCore": "^1.3.4",
-    "BSIPA": "^4.1.2",
+    "SongDataCore": "^1.3.5",
+    "BSIPA": "^4.1.3",
     "BeatSaberMarkupLanguage": "^1.4.0"
   },
   "misc": {