diff --git a/HISTORY.md b/HISTORY.md index bd6be3f..29b2e26 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 2.2.2 +* fix the block update packet, for real this time + ## 2.1.1 * fix the block update packet diff --git a/package.json b/package.json index 35bcd62..2fefccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pocket-minecraft-protocol", - "version": "2.2.1", + "version": "2.2.2", "description": "Parse and serialize Minecraft PE packets", "main": "index.js", "scripts": {