Skip to content

Commit

Permalink
chore: bump version to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olavim committed Jul 8, 2021
1 parent db6ef52 commit cc609d3
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.5

- Fixed uncommon issue where blocking would not work after rematching.

## v1.3.4

- Fixed continue/rematch option not being offered.
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.4";
public const string Version = "1.3.5";

#if DEBUG
public static readonly bool DEBUG = true;
Expand Down

0 comments on commit cc609d3

Please sign in to comment.