diff --git a/README.md b/README.md index e3d13be..8f961db 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,9 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc. Changelog --- +### 2.0.20 +* Fixed minecraft protocol never throwing exceptions + ### 2.0.19 * Added Days of War (2017) * Added The Forrest (2014) diff --git a/package.json b/package.json index 6778990..2b9915b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "main": "lib/index.js", "author": "Michael Morrison", - "version": "2.0.19", + "version": "2.0.20", "repository": { "type": "git", "url": "https://github.com/sonicsnes/node-gamedig.git"