Quellcode durchsuchen

Version bump.
Update game version in Manifest.

Stephen Damm vor 5 Jahren
Ursprung
Commit
c0d1f75d08

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -11,7 +11,7 @@ namespace SongBrowser
 {
     public class Plugin : IBeatSaberPlugin
     {
-        public const string VERSION_NUMBER = "5.3.1";
+        public const string VERSION_NUMBER = "5.4.0";
         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("5.3.1")]
-[assembly: AssemblyFileVersion("5.3.1")]
+[assembly: AssemblyVersion("5.4.0")]
+[assembly: AssemblyFileVersion("5.4.0")]

+ 3 - 3
SongBrowserPlugin/manifest.json

@@ -2,14 +2,14 @@
   "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
   "author": "Halsafar",
   "description": "Adds sort and filter features to the level selection UI.",
-  "gameVersion": "1.1.0",
+  "gameVersion": "1.1.0p1",
   "id": "SongBrowser",
   "name": "Song Browser",
-  "version": "5.3.1",
+  "version": "5.4.0",
   "dependsOn": {
     "CustomUI": "^1.5.4",
     "SongCore": "^2.0.0",
-    "SongDataCore":  "^1.0.0"
+    "SongDataCore":  "^1.1.0"
   },
   "features": [
     "print",