From 3ab909c931578f1c926de7dc355cd8e547977433 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 21 Aug 2017 09:23:02 +0200 Subject: [PATCH] Release 1.4.1 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e1861c3..7594bce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.4.1 + +* lock yggdrasil until issue with 1.1.0 is fixed +* support 1.12.1 + ## 1.4.0 * add http and socks proxy example and related fixes diff --git a/package.json b/package.json index c267391..6b68f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.4.0", + "version": "1.4.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {