diff --git a/code/librg.h b/code/librg.h index be8d7ae..8c0cf29 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 9 +#define LIBRG_VERSION_PATCH 10 #define LIBRG_VERSION_PRE "" #include "librg_hedley.h" diff --git a/package.json b/package.json index f48137a..83c9508 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "librg.c", - "version": "6.0.9", + "version": "6.0.10", "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",