diff --git a/changelog.md b/changelog.md index 4f0c590..e2b299a 100755 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ +# 1.0.0-beta.9 +**Bugfixes** +- Fixed ping timeout errors +- Fixed swaps not swapping (this removes the GMD-API dependency) +- Export some symbols +- Fixed dupe accounts + # 1.0.0-beta.8 **Bugfixes** -- Fixerd the "login not received" errors +- Fixed the "login not received" errors - Fixed some typos and misc. crashes # 1.0.0-beta.7 diff --git a/mod.json b/mod.json index 586b53a..35d9461 100755 --- a/mod.json +++ b/mod.json @@ -8,7 +8,7 @@ }, "id": "techstudent10.creation_rotation", "name": "Creation Rotation", - "version": "v1.0.0-beta.8", + "version": "v1.0.0-beta.9", "developer": "TechStudent10", "description": "Wulzy's Creation Rotation as a mod", "resources": { diff --git a/server/package.json b/server/package.json index 9fd17f3..87609ec 100755 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "cr-server", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "main": "index.js", "author": "TechStudent10", "license": "MIT",