Release 1.4.1

This commit is contained in:
Romain Beaumont 2017-08-21 09:23:02 +02:00
parent 8a5621b340
commit 3ab909c931
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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": {