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"