mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
1.0.31 release
This commit is contained in:
parent
b015d58a0a
commit
0c7c68f63f
2 changed files with 8 additions and 1 deletions
|
|
@ -432,3 +432,10 @@ gamedig --type minecraft --host mc.example.com --port 11234
|
||||||
```
|
```
|
||||||
|
|
||||||
The output of the command will be in JSON format.
|
The output of the command will be in JSON format.
|
||||||
|
|
||||||
|
Major Version Changes
|
||||||
|
---
|
||||||
|
|
||||||
|
### 1.0
|
||||||
|
* First official release
|
||||||
|
* Node.js 6.0 is now required
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
],
|
],
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Michael Morrison",
|
"author": "Michael Morrison",
|
||||||
"version": "0.2.30",
|
"version": "1.0.31",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue