diff --git a/CHANGELOG.md b/CHANGELOG.md index 1302a9c6..509b91a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2016.02.28 v0.5.2 stable + +* Greenworks complied for NW.js v0.13.0-beta7 with Steamworks SDK 1.36 + ## 2015.09.12 v0.5.1 stable * Fix a crash issue when emitting `game-overlay-activated` event on Windows/Linux. diff --git a/package.json b/package.json index 4bb6ad6f..4d4f865f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenworks", - "version": "0.5.1", + "version": "0.5.2", "description": "A node.js addon exposing Valve's Steamworks APIs to JavaScript", "licenses": [{ "type": "MIT", diff --git a/src/greenworks_version.h b/src/greenworks_version.h index 7ed37923..7e8ff3be 100644 --- a/src/greenworks_version.h +++ b/src/greenworks_version.h @@ -7,7 +7,7 @@ #define GREENWORKS_MAJOR_VERSION 0 #define GREENWORKS_MINOR_VERSION 5 -#define GREENWORKS_PATCH_VERSION 1 +#define GREENWORKS_PATCH_VERSION 2 #ifndef GREENWORKS_STRINGIFY #define GREENWORKS_STRINGIFY(n) GREENWORKS_STRINGIFY_HELPER(n)