diff --git a/package.json b/package.json index 57b72e8..68e2ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenworks", - "version": "0.16.0", + "version": "0.17.0", "description": "A node.js addon exposing Valve's Steamworks APIs to JavaScript", "licenses": [ { diff --git a/src/greenworks_version.h b/src/greenworks_version.h index a9de5b7..16a9b22 100644 --- a/src/greenworks_version.h +++ b/src/greenworks_version.h @@ -6,7 +6,7 @@ #define SRC_GREENWORKS_VERSION_H_ #define GREENWORKS_MAJOR_VERSION 0 -#define GREENWORKS_MINOR_VERSION 16 +#define GREENWORKS_MINOR_VERSION 17 #define GREENWORKS_PATCH_VERSION 0 #ifndef GREENWORKS_STRINGIFY