From bc88170681fc2e9903dd2d9916760b6b190a4802 Mon Sep 17 00:00:00 2001 From: XadillaX Date: Thu, 21 Jul 2022 14:55:11 +0800 Subject: [PATCH] chore: bump to v1.0.1 --- include/resizable_buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/resizable_buffer.h b/include/resizable_buffer.h index 7e13541..b4f46f7 100644 --- a/include/resizable_buffer.h +++ b/include/resizable_buffer.h @@ -9,8 +9,8 @@ #define RESIZABLE_BUFFER_VERSION_MAJOR 1 #define RESIZABLE_BUFFER_VERSION_MINOR 0 -#define RESIZABLE_BUFFER_VERSION_PATCH 0 -#define RESIZABLE_BUFFER_VERSION_STRING "1.0.0" +#define RESIZABLE_BUFFER_VERSION_PATCH 1 +#define RESIZABLE_BUFFER_VERSION_STRING "1.0.1" // Refer: https://github.com/XadillaX/node-sfml/blob/main/src/resizable_buffer.h namespace rb {