diff --git a/HISTORY.md b/HISTORY.md index 45f1a03..b950863 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.3.1 + +* improve autoversion support +* fix tests + ## 1.3.0 * 1.12 support diff --git a/package.json b/package.json index b878e4d..3744302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.3.0", + "version": "1.3.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {