diff --git a/code/librg.h b/code/librg.h index 5e0e289..b22bcd2 100644 --- a/code/librg.h +++ b/code/librg.h @@ -155,9 +155,9 @@ #ifndef LIBRG_H #define LIBRG_H -#define LIBRG_VERSION_MAJOR 6 +#define LIBRG_VERSION_MAJOR 7 #define LIBRG_VERSION_MINOR 0 -#define LIBRG_VERSION_PATCH 12 +#define LIBRG_VERSION_PATCH 0 #define LIBRG_VERSION_PRE "" #include "librg_hedley.h" diff --git a/package.json b/package.json index 9e64a35..199a4db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "librg.c", - "version": "6.0.12", + "version": "7.0.0", "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",