From cc622a5c5c669b6a625efd507714a33273e31b45 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 20 May 2019 01:56:17 +0200 Subject: [PATCH] Release 1.9.0 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 874109a..8dda7c7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.9.0 + +* 1.14.1 support + ## 1.8.3 * 1.13.2 tested and supported diff --git a/package.json b/package.json index 6f8da7d..c577335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.8.3", + "version": "1.9.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",