From 4fcd2d10187974eaa26d025483b31aac82effbea Mon Sep 17 00:00:00 2001 From: Eris Date: Fri, 1 Apr 2022 20:53:55 +0200 Subject: [PATCH] Bump dependency versions --- FPS Counter/manifest.json | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FPS Counter/manifest.json b/FPS Counter/manifest.json index cf78115..5de94ae 100644 --- a/FPS Counter/manifest.json +++ b/FPS Counter/manifest.json @@ -8,9 +8,9 @@ "gameVersion": "1.19.0", "version": "3.0.11", "dependsOn": { - "BSIPA": "^4.2.1", - "BeatSaberMarkupLanguage": "^1.6.0", - "SiraUtil": "^3.0.0" + "BSIPA": "^4.2.2", + "BeatSaberMarkupLanguage": "^1.6.3", + "SiraUtil": "^3.0.6" }, "loadAfter": [ "Counters+" diff --git a/README.md b/README.md index 9ff8d21..efbd74a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A Beat Saber mod to show your fps in-game. ## Installation Below, you can find the few mods that this mods requires. You'll also find the versions that I used to test. - - BSIPA v4.2.0 or higher - - BeatSaberMarkupLanguage v1.5.11 or higher - - SiraUtil v3.0.0 or higher - - Counters+ v2.0.0 or higher (Optional) + - BSIPA v4.2.2 or higher + - BeatSaberMarkupLanguage v1.6.3 or higher + - SiraUtil v3.0.6 or higher + - Counters+ v2.0.0 or higher (Optional, use v2.3.0 or higher for multiplayer integration) Since version 3.0.0 of FPS Counter, support for Counters+ v1.x.x integration has been dropped because it was simply not possible. This doesn't mean that both mods can't be used simultaneously, however all the extra features that come along with the Counters+ integration won't be available.