Skip to content

Commit bc88170

Browse files
committed
chore: bump to v1.0.1
1 parent 9d10dee commit bc88170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/resizable_buffer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
#define RESIZABLE_BUFFER_VERSION_MAJOR 1
1111
#define RESIZABLE_BUFFER_VERSION_MINOR 0
12-
#define RESIZABLE_BUFFER_VERSION_PATCH 0
13-
#define RESIZABLE_BUFFER_VERSION_STRING "1.0.0"
12+
#define RESIZABLE_BUFFER_VERSION_PATCH 1
13+
#define RESIZABLE_BUFFER_VERSION_STRING "1.0.1"
1414

1515
// Refer: https://github.com/XadillaX/node-sfml/blob/main/src/resizable_buffer.h
1616
namespace rb {

0 commit comments

Comments
 (0)