From cc609d3e37e01cb4448ab4c5c9cbe36193e0e97b Mon Sep 17 00:00:00 2001 From: Olavi Mustanoja Date: Thu, 8 Jul 2021 12:33:08 +0300 Subject: [PATCH] chore: bump version to v1.3.5 --- CHANGELOG.md | 4 ++++ RoundsWithFriends/RoundsWithFriends.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468e716..ee2ad7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.3.5 + +- Fixed uncommon issue where blocking would not work after rematching. + ## v1.3.4 - Fixed continue/rematch option not being offered. diff --git a/RoundsWithFriends/RoundsWithFriends.cs b/RoundsWithFriends/RoundsWithFriends.cs index 76fc118..e9e2219 100644 --- a/RoundsWithFriends/RoundsWithFriends.cs +++ b/RoundsWithFriends/RoundsWithFriends.cs @@ -54,7 +54,7 @@ public static DebugOptions Deserialize(byte[] data) public class RWFMod : BaseUnityPlugin { private const string ModId = "io.olavim.rounds.rwf"; - public const string Version = "1.3.4"; + public const string Version = "1.3.5"; #if DEBUG public static readonly bool DEBUG = true;