From 7d54b09170c93377aa9948f867fee1b4e7b455c3 Mon Sep 17 00:00:00 2001 From: Tristan Read <60425965+ReadieFur@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:23:12 +0000 Subject: [PATCH] Game version bump --- beatmods.md | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beatmods.md b/beatmods.md index 56ba0ee..606bfd3 100644 --- a/beatmods.md +++ b/beatmods.md @@ -5,7 +5,7 @@ DataPuller 2.1.1 ## Game Version -1.21.0 +1.28.0 ## Dependencies BSIPA@4.2.2,BeatSaverSharp@3.4.4,websocket-sharp@1.0.4,SongCore@3.9.6,SongDetailsCache@1.2.1,SiraUtil@3.1.2 diff --git a/src/manifest.json b/src/manifest.json index ae6b26a..72b6079 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,7 @@ "author": "ReadieFur", "version": "2.1.1", "description": "Gathers data about the current map you are playing to then be sent out over a websocket for other software to use, e.g. A web overlay like BSDP-Overlay. This mod works with multi PC setups!", - "gameVersion": "1.21.0", + "gameVersion": "1.28.0", "dependsOn": { "BSIPA": "^4.2.2", "BeatSaverSharp": "^3.4.4",