diff --git a/HISTORY.md b/HISTORY.md index 6d11679..a7737b8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 3.11.1 +* Bump minecraft-data version + ## 3.11.0 * Implement Realm joining (#193) @LucienHH * Refactor client connection sequence (#189) @extremeheat diff --git a/package.json b/package.json index 2ab8d85..744c599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.11.0", + "version": "3.11.1", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {