Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olavim committed Jun 26, 2021
1 parent 743637a commit 8b7c305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion RoundsWithFriends/RoundsWithFriends.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8b7c305

Please sign in to comment.