Skip to content

Commit

Permalink
chore: bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Jul 21, 2022
1 parent 9d10dee commit bc88170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/resizable_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bc88170

Please sign in to comment.