Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDerb committed Jul 8, 2024
1 parent 6c91e2b commit d95eb2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VsTwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d95eb2d

Please sign in to comment.