Skip to content

Commit

Permalink
Bump v0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Feb 28, 2016
1 parent 731565e commit a38001e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/greenworks_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a38001e

Please sign in to comment.