mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-18 17:50:37 +01:00
2.0.20
This commit is contained in:
parent
1c351fc3a4
commit
211c2d1635
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue