Skip to content

Commit 57ef807

Browse files
committed
Bump v0.20.0
1 parent fd9442e commit 57ef807

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "greenworks",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "A node.js addon exposing Valve's Steamworks APIs to JavaScript",
55
"licenses": [
66
{

src/greenworks_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define SRC_GREENWORKS_VERSION_H_
77

88
#define GREENWORKS_MAJOR_VERSION 0
9-
#define GREENWORKS_MINOR_VERSION 19
9+
#define GREENWORKS_MINOR_VERSION 20
1010
#define GREENWORKS_PATCH_VERSION 0
1111

1212
#ifndef GREENWORKS_STRINGIFY

0 commit comments

Comments
 (0)