diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af47fd..20928af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.3.3 + +- Fixed issue where changes to game mode settings from mods such as [SetRounds](https://rounds.thunderstore.io/package/Ascyst/SetRounds/) were not respected. + ## v1.3.2 - Fixed inviting players after returning to lobby from a game. diff --git a/RoundsWithFriends/RoundsWithFriends.cs b/RoundsWithFriends/RoundsWithFriends.cs index 9e97e4f..89f21b8 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.2"; + public const string Version = "1.3.3"; #if DEBUG public static readonly bool DEBUG = true;