diff --git a/code/zpl.h b/code/zpl.h index 2a3ad02..87f773c 100644 --- a/code/zpl.h +++ b/code/zpl.h @@ -44,8 +44,8 @@ Version History: #define ZPL_H #define ZPL_VERSION_MAJOR 19 -#define ZPL_VERSION_MINOR 4 -#define ZPL_VERSION_PATCH 1 +#define ZPL_VERSION_MINOR 5 +#define ZPL_VERSION_PATCH 0 #define ZPL_VERSION_PRE "" #include "zpl_hedley.h" diff --git a/package.json b/package.json index b3798b6..0faaae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zpl.c", - "version": "19.4.1", + "version": "19.5.0", "homepage": "https://github.com/zpl-c/zpl#readme", "description": "Single-file header-only C and C++ helper library.", "author": "Dominik Madarasz (http://madaraszd.net/)",