Skip to content

Commit 152ef44

Browse files
committed
Up version to v2.4.2
1 parent 29e69a9 commit 152ef44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Logo](https://github.com/webui-dev/webui/assets/34311583/c92e712f-0698-486a-a460-d4acea28a4f8)
44

5-
# WebUI v2.4.1
5+
# WebUI v2.4.2
66

77
[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
88
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868

include/webui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.1
2+
WebUI Library 2.4.2
33
http://webui.me
44
https://github.com/webui-dev/webui
55
Copyright (c) 2020-2023 Hassan Draga.
@@ -11,7 +11,7 @@
1111
#ifndef _WEBUI_H
1212
#define _WEBUI_H
1313

14-
#define WEBUI_VERSION "2.4.1"
14+
#define WEBUI_VERSION "2.4.2"
1515

1616
// Max windows, servers and threads
1717
#define WEBUI_MAX_IDS (256)

include/webui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.1
2+
WebUI Library 2.4.2
33
http://webui.me
44
https://github.com/webui-dev/webui
55
Copyright (c) 2020-2023 Hassan Draga.

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.1
2+
WebUI Library 2.4.2
33
http://webui.me
44
https://github.com/webui-dev/webui
55
Copyright (c) 2020-2023 Hassan Draga.

0 commit comments

Comments
 (0)