Skip to content

Commit

Permalink
Bump v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Sep 16, 2016
1 parent 55262d4 commit 886eeb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.0",
"version": "0.7.0",
"description": "A node.js addon exposing Valve's Steamworks APIs to JavaScript",
"licenses": [{
"type": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/greenworks_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define SRC_STEAM_VERSION_H_

#define GREENWORKS_MAJOR_VERSION 0
#define GREENWORKS_MINOR_VERSION 6
#define GREENWORKS_PATCH_VERSION 0
#define GREENWORKS_MINOR_VERSION 7
#define GREENWORKS_PATCH_VERSION 0

#ifndef GREENWORKS_STRINGIFY
#define GREENWORKS_STRINGIFY(n) GREENWORKS_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 886eeb2

Please sign in to comment.