diff --git a/HISTORY.md b/HISTORY.md index 027f421..b3e3878 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,9 @@ # History -## 0.16.1 (unreleased) +## 0.16.1 * add checkTimeoutInterval to createClient + * parse nbt in all packets (in particular tile_entity_data and update_entity_nbt) ## 0.16.0 diff --git a/package.json b/package.json index c14fe6d..b210114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.16.1-GH", + "version": "0.16.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {