From e0aaadf375061a33029e2eff86752a0a11129b88 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Fri, 16 Sep 2016 20:24:06 +0200 Subject: [PATCH] Bump v0.7.0. --- package.json | 2 +- src/greenworks_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)