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;