diff --git a/code/librg.h b/code/librg.h index 3761096..c5f54df 100644 --- a/code/librg.h +++ b/code/librg.h @@ -149,7 +149,7 @@ #define LIBRG_VERSION_MAJOR 6 #define LIBRG_VERSION_MINOR 0 -#define LIBRG_VERSION_PATCH 7 +#define LIBRG_VERSION_PATCH 8 #define LIBRG_VERSION_PRE "" #include "librg_hedley.h" diff --git a/package.json b/package.json index 8b58e67..b6b9e01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "librg.c", - "version": "6.0.7", + "version": "6.0.8", "author": "Inlife", "description": "Pure C library for building simple and elegant cross-platform multiplayer client-server solutions.", "homepage": "https://github.com/zpl-c/librg#readme",