From d95eb2d55aa0aedb41c83772421bb8eb3d34e448 Mon Sep 17 00:00:00 2001 From: JustDerb Date: Mon, 8 Jul 2024 12:39:19 -0700 Subject: [PATCH] Release 1.0.16 --- CHANGELOG.md | 6 ++++++ VsTwitch.cs | 2 +- manifest.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f58ac8..60558ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.0.16 + +See more info: https://github.com/JustDerb/RoR2-VsTwitch/milestone/14?closed=1 + +* Removed teleporter lock for monster events. It was too confusing for people and sometimes it bugged out and ruined runs. + ### 1.0.15 See more info: https://github.com/JustDerb/RoR2-VsTwitch/milestone/13?closed=1 diff --git a/VsTwitch.cs b/VsTwitch.cs index 0a9f5e3..02e5ee2 100644 --- a/VsTwitch.cs +++ b/VsTwitch.cs @@ -20,7 +20,7 @@ public class VsTwitch : BaseUnityPlugin private static readonly char[] SPACE = new char[] { ' ' }; public const string GUID = "com.justinderby.vstwitch"; public const string ModName = "VsTwitch"; - public const string Version = "1.0.15"; + public const string Version = "1.0.16"; // This is only used for ConCommands, since they need to be static... public static VsTwitch Instance; diff --git a/manifest.json b/manifest.json index ccfcb46..062b018 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vs_Twitch", - "version_number": "1.0.15", + "version_number": "1.0.16", "website_url": "https://github.com/JustDerb/RoR2-VsTwitch", "description": "Fight Twitch chat. Item voting, bit events, channel points integration, and more! Now with Tiltify support!", "dependencies": [