From 930d90ea3079569ce4b4010aa15846192025865d Mon Sep 17 00:00:00 2001 From: extremeheat Date: Tue, 19 Apr 2022 14:07:13 -0400 Subject: [PATCH] Release 3.11.1 (#197) * Update package.json * Update HISTORY.md --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {