From 6e030ddbd9946e609aa1f9340fcfccab250857d3 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Sat, 27 Jul 2024 10:24:30 +0200 Subject: [PATCH] Bump v0.17.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 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