From 11e7a9d108c1499770c273bc9560eccb356848c6 Mon Sep 17 00:00:00 2001 From: Tristan Read <60425965+kOFReadie@users.noreply.github.com> Date: Sat, 18 Sep 2021 04:27:51 +0100 Subject: [PATCH] Version bump --- beatmods.md | 2 +- src/Properties/AssemblyInfo.cs | 4 ++-- src/manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/beatmods.md b/beatmods.md index 661d1e1..161348d 100644 --- a/beatmods.md +++ b/beatmods.md @@ -2,7 +2,7 @@ DataPuller ## Mod Version -2.0.7 +2.0.8 ## Game Version 1.17.0 diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 016e23e..04cc7b3 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -32,5 +32,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("2.0.7")] -[assembly: AssemblyFileVersion("2.0.7")] +[assembly: AssemblyVersion("2.0.8")] +[assembly: AssemblyFileVersion("2.0.8")] diff --git a/src/manifest.json b/src/manifest.json index 372ab97..95befb0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "id": "DataPuller", "name": "DataPuller", "author": "Readie", - "version": "2.0.7", + "version": "2.0.8", "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.17.0", "dependsOn": { @@ -15,7 +15,7 @@ "SiraUtil": "^2.5.8" }, "links": { - "project-home": "https://u-readie.global-gaming.co/bsdp-overlay/", + "project-home": "https://readie.global-gaming.co/bsdp-overlay/", "project-source": "https://github.com/kOFReadie/BSDataPuller" } } \ No newline at end of file