Skip to content

Commit fd4e52f

Browse files
committed
feat: bump ver v3.0.5 & update README.md
1 parent 49cbe69 commit fd4e52f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
![Example](/assets/ignore/banner.png)
22

3-
> A Growtopia private server using Node.js
3+
> A Growtopia private server built with Node.js and Bun.js, powered by [growtopia.js](https://github.com/JadlionHD/growtopia.js)
44
55
> [!NOTE]
66
> This source is not production ready yet. In the future it will be using a Docker to deploy the server, feel free to join [Discord Server](https://discord.gg/sGrxfKZY5t) to discuss regarding this.
77
88
## Requirements
99

10-
- Node.js v18+ (Recommended LTS v20)
10+
- [Node.js](https://nodejs.org) v20+ or [Bun.js](https://bun.sh) v1.2.9+
1111
- [pnpm](https://pnpm.io)
1212
- [mkcert](https://github.com/FiloSottile/mkcert)
1313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "growserver",
3-
"version": "3.0.4",
4-
"description": "a growtopia private server",
3+
"version": "3.0.5",
4+
"description": "A Growtopia private server built with Node.js and Bun.js, powered by growtopia.js",
55
"main": "dist/src/app.js",
66
"scripts": {
77
"test": "nr build && (node dist/src/app.js || bun run dist/src/app.js)",

0 commit comments

Comments
 (0)