From 35621def47268d7c0cbd3ea6d23ca9b1938ad271 Mon Sep 17 00:00:00 2001 From: Auros Nexus <41306347+Auros@users.noreply.github.com> Date: Tue, 1 Sep 2020 23:48:03 -0400 Subject: [PATCH] danike --- SiraUtil/Properties/AssemblyInfo.cs | 4 ++-- SiraUtil/manifest.json | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SiraUtil/Properties/AssemblyInfo.cs b/SiraUtil/Properties/AssemblyInfo.cs index 1e19e8c..762dc84 100644 --- a/SiraUtil/Properties/AssemblyInfo.cs +++ b/SiraUtil/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("1.0.1")] -[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyVersion("1.0.2")] +[assembly: AssemblyFileVersion("1.0.2")] diff --git a/SiraUtil/manifest.json b/SiraUtil/manifest.json index 670a759..93f37b2 100644 --- a/SiraUtil/manifest.json +++ b/SiraUtil/manifest.json @@ -3,9 +3,12 @@ "id": "SiraUtil", "name": "SiraUtil", "author": "Auros", - "version": "1.0.1", + "version": "1.0.2", "description": "Utility library/mod for Beat Saber modders.", "gameVersion": "1.11.1", - "loadBefore": [ "BSIPA" ], + "dependsOn": { + "BSIPA": "^4.0.0" + }, + "loadBefore": [ "BS Utils" ], "features": [] } \ No newline at end of file