diff --git a/HISTORY.md b/HISTORY.md index 65b30fa..639888d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.2 + +* some fixes in 1.9 protocol + ## 0.19.1 * update mcdata, support 1.9 release diff --git a/package.json b/package.json index 6b56011..eee95da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.1", + "version": "0.19.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {