Up version to v2.4.2

This commit is contained in:
Hassan DRAGA 2023-11-29 18:25:08 -05:00
parent 29e69a970f
commit 152ef446c0
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -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.

View File

@ -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.