diff --git a/HISTORY.md b/HISTORY.md index 8823148..a1957b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.8.2 + +* fix tcp_dns.js checking for SRV lookup + ## 1.8.1 * update mcdata : fix loadpath bug for 1.13.1 diff --git a/package.json b/package.json index 26d6c77..fd8c3e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.8.1", + "version": "1.8.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",