diff --git a/HISTORY.md b/HISTORY.md index 9e6bd2d..2657248 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.1.3 + +* requires node 6 + ## 1.1.2 * use last protodef diff --git a/package.json b/package.json index 228c2cb..d752d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.1.2", + "version": "1.1.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {