Browse Source

Version bump.

Halsafar 4 years atrás
parent
commit
b09ecd4f13

+ 1 - 1
BeatModsReleaseTemplate.txt

@@ -1,6 +1,6 @@
 SongBrowser
 
-6.1.1
+6.1.3
 
 SongCore@3.0.0,SongDataCore@1.3.5
 

+ 1 - 1
SongBrowserPlugin/Plugin.cs

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

+ 3 - 3
SongBrowserPlugin/manifest.json

@@ -2,15 +2,15 @@
   "$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.2",
+  "gameVersion": "1.13.2",
   "id": "SongBrowser",
   "name": "Song Browser",
-  "version": "6.1.2",
+  "version": "6.1.3",
   "dependsOn": {
     "SongCore": "^3.0.0",
     "SongDataCore": "^1.3.5",
     "BSIPA": "^4.1.3",
-    "BeatSaberMarkupLanguage": "^1.4.0"
+    "BeatSaberMarkupLanguage": "^1.4.5"
   },
   "misc": {
     "plugin-hint": "SongBrowser.Plugin"