From 253801105b65a102a2acdd4db65fff9960b4aad6 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Fri, 1 Sep 2017 18:48:01 +0200 Subject: [PATCH] Update doc for v0.11.0. --- docs/build-instructions-electron.md | 2 +- docs/build-instructions-nodejs.md | 2 +- docs/build-instructions-nwjs.md | 2 +- readme.md | 7 +++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/build-instructions-electron.md b/docs/build-instructions-electron.md index b83b0470..f04aacab 100644 --- a/docs/build-instructions-electron.md +++ b/docs/build-instructions-electron.md @@ -2,7 +2,7 @@ ## Prerequisties -* Steamworks SDK 1.40 +* Steamworks SDK 1.41 * nodejs * node-gyp diff --git a/docs/build-instructions-nodejs.md b/docs/build-instructions-nodejs.md index 55c39079..44596ece 100644 --- a/docs/build-instructions-nodejs.md +++ b/docs/build-instructions-nodejs.md @@ -2,7 +2,7 @@ ## Prerequisties -* Steamworks SDK 1.40 +* Steamworks SDK 1.41 * nodejs * node-gyp diff --git a/docs/build-instructions-nwjs.md b/docs/build-instructions-nwjs.md index 4b083fdc..9c4b2887 100644 --- a/docs/build-instructions-nwjs.md +++ b/docs/build-instructions-nwjs.md @@ -2,7 +2,7 @@ ## Prerequisties -* Steamworks SDK 1.40 +* Steamworks SDK 1.41 * nodejs * nw-gyp diff --git a/readme.md b/readme.md index 13c7f8e3..97fc3494 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,6 @@ -## May 28, 2017 - New Release v0.10.0 +## Sep 01, 2017 - New Release v0.11.0 -The newest release adds Steam Stats functionality. You can find the -full list of added features on the +You can find the full list of added features on the [releases page](https://github.com/greenheartgames/greenworks/releases). If you find the release useful, please consider donating. @@ -25,7 +24,7 @@ support different node versions. Currently Greenworks supports: -* node v0.8, v0.10, v0.12, v4, v5, v6 and v7 +* node v0.8, v0.10, v0.12, v4, v5, v6, v7 and v8 * NW.js (formerly node-webkit) v0.8, v0.11 or above * Electron (formerly atom-shell) v1.0.0 or above