Skip to content

Commit

Permalink
Release 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Nov 25, 2024
1 parent 1c16f42 commit 9edecce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm i @sanctumterra/client
|----------------|-------------------|-------------------|
| 2.0.10 | 712 | 1.21.20 |
| 2.1.5 | 729 | 1.21.30 |

| 2.1.12 | 748 | 1.21.40 |

## 🚀 Usage Example

Expand Down Expand Up @@ -87,6 +87,11 @@ client.on("spawn", () => {

## 📜 Changelog

### 2.1.12
- Added support for Minecraft 1.21.40.
- New Raknet! It now uses NAPI as Rust is faster.
- connect function now returns [Advertisement, StartGamePacket]

### 2.1.5
- Added DeviceOS to the Client.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanctumterra/client",
"version": "2.1.11",
"version": "2.1.12",
"minecraft": "1.21.40",
"description": "We'll be singing Baraye.",
"main": "./dist/index.js",
Expand Down

0 comments on commit 9edecce

Please sign in to comment.