From 423036c42d0ad92079c6c07b37698c5fbdd5e502 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 7 Jul 2019 23:30:39 +0200 Subject: [PATCH] Release 1.9.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 8dda7c7..d7e97d6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.9.1 + +* throw an unsupported protocol version in createServer when asking for an unsupported version + ## 1.9.0 * 1.14.1 support diff --git a/package.json b/package.json index b0386bc..2273813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.9.0", + "version": "1.9.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",