Skip to content

Commit

Permalink
Up version to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Nov 29, 2023
1 parent 29e69a9 commit 152ef44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/webui.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion include/webui.hpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/webui.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 152ef44

Please sign in to comment.