Skip to content

Commit

Permalink
1.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TechStudent10 committed Dec 11, 2024
1 parent cd6332a commit 6b39a8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6b39a8d

Please sign in to comment.