diff --git a/HISTORY.md b/HISTORY.md index 94c19f9..5214a3f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.0.1 + +* a small fix to autoversion + ## 1.0.0 * update prismarine-nbt diff --git a/package.json b/package.json index 98ead6d..2330a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.0.0", + "version": "1.0.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {