From 0c7c68f63f7546e54cf4d7ab3ab3f42d977e0387 Mon Sep 17 00:00:00 2001 From: mmorrison Date: Wed, 9 Aug 2017 05:23:54 -0500 Subject: [PATCH] 1.0.31 release --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2168830..6009543 100644 --- a/README.md +++ b/README.md @@ -432,3 +432,10 @@ gamedig --type minecraft --host mc.example.com --port 11234 ``` 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 \ No newline at end of file diff --git a/package.json b/package.json index 09f4320..4d30d90 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "main": "lib/index.js", "author": "Michael Morrison", - "version": "0.2.30", + "version": "1.0.31", "repository": { "type": "git", "url": "https://github.com/sonicsnes/node-gamedig.git"