diff --git a/README.md b/README.md index c53a15c2b..3a198e26d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Logo](https://github.com/webui-dev/webui/assets/34311583/c92e712f-0698-486a-a460-d4acea28a4f8) -# WebUI v2.4.1 +# WebUI v2.4.2 [build-status]: https://img.shields.io/github/actions/workflow/status/webui-dev/webui/ci.yml?branch=main&style=for-the-badge&logo=githubactions&labelColor=414868&logoColor=C0CAF5 [last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868 diff --git a/include/webui.h b/include/webui.h index 41debe626..728ae9f6f 100644 --- a/include/webui.h +++ b/include/webui.h @@ -1,5 +1,5 @@ /* - WebUI Library 2.4.1 + WebUI Library 2.4.2 http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2023 Hassan Draga. @@ -11,7 +11,7 @@ #ifndef _WEBUI_H #define _WEBUI_H -#define WEBUI_VERSION "2.4.1" +#define WEBUI_VERSION "2.4.2" // Max windows, servers and threads #define WEBUI_MAX_IDS (256) diff --git a/include/webui.hpp b/include/webui.hpp index 42255e552..e0cccddd0 100644 --- a/include/webui.hpp +++ b/include/webui.hpp @@ -1,5 +1,5 @@ /* - WebUI Library 2.4.1 + WebUI Library 2.4.2 http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2023 Hassan Draga. diff --git a/src/webui.c b/src/webui.c index bd8feb006..b6d0865b7 100644 --- a/src/webui.c +++ b/src/webui.c @@ -1,5 +1,5 @@ /* - WebUI Library 2.4.1 + WebUI Library 2.4.2 http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2023 Hassan Draga.