diff --git a/changelog.md b/changelog.md index ad71c88..a0e9e9b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,13 @@ +# 1.0.0-beta.5 + +**Bugfixes** +- Fixed _several_ crashes +- Fixed currently ongoing swaps showing up in the lobby selector + # 1.0.0-beta.4 **New Features** -- PUBLIC LOBBIES!!!!!!!!! You can now mark your swap as public and it'll show up in the room selector +- PUBLIC LOBBIES!!!!!!!!! You can now mark your swap as public and it'll show up in the lobby selector **Bugfixes** too many. diff --git a/mod.json b/mod.json index 08dd2bd..869bba7 100644 --- a/mod.json +++ b/mod.json @@ -8,7 +8,7 @@ }, "id": "techstudent10.creation_rotation", "name": "Creation Rotation", - "version": "v1.0.0-beta.4", + "version": "v1.0.0-beta.5", "developer": "TechStudent10", "description": "Wulzy's Creation Rotation as a mod", "resources": { diff --git a/server/package.json b/server/package.json index e2ab09c..f767fd0 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "cr-server", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "main": "index.js", "author": "TechStudent10", "license": "MIT",