diff --git a/package.json b/package.json index 003c10bc..68d2f889 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/greenworks_version.h b/src/greenworks_version.h index a81a4687..431822c1 100644 --- a/src/greenworks_version.h +++ b/src/greenworks_version.h @@ -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)