Skip to content

Commit

Permalink
Bump v0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Mar 3, 2017
1 parent e170d02 commit c813ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.0",
"version": "0.9.0",
"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 @@ -6,7 +6,7 @@
#define SRC_STEAM_VERSION_H_

#define GREENWORKS_MAJOR_VERSION 0
#define GREENWORKS_MINOR_VERSION 7
#define GREENWORKS_MINOR_VERSION 9
#define GREENWORKS_PATCH_VERSION 0

#ifndef GREENWORKS_STRINGIFY
Expand Down

0 comments on commit c813ef8

Please sign in to comment.