From c2f9cb3725bb48f9e06c64f6dc97ea554344ccc8 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Fri, 1 Sep 2017 11:17:20 +0200 Subject: [PATCH] Bump v0.11.0. --- package.json | 2 +- src/greenworks_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9479a674..2cf64f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenworks", - "version": "0.10.0", + "version": "0.11.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 deddca63..0e0b003c 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 10 +#define GREENWORKS_MINOR_VERSION 11 #define GREENWORKS_PATCH_VERSION 0 #ifndef GREENWORKS_STRINGIFY