Skip to content

Commit 12dee8b

Browse files
committed
Up to Beta 3
1 parent 45257c7 commit 12dee8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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://raw.githubusercontent.com/webui-dev/webui-logo/14fd595844f57ce751dfc751297b1468b10de77a/webui_120.svg)
44

5-
# WebUI v2.5.0-beta.2
5+
# WebUI v2.5.0-beta.3
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

bridge/js2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def js_to_c_header(input_filename, output_filename):
1313

1414
# comment
1515
comment = (
16-
"// WebUI v2.5.0-beta.2\n"
16+
"// WebUI v2.5.0-beta.3\n"
1717
"// https://webui.me\n"
1818
"// https://github.com/webui-dev/webui\n"
1919
"// Copyright (c) 2020-2024 Hassan Draga.\n"

bridge/webui_bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WebUI v2.5.0-beta.2
1+
// WebUI v2.5.0-beta.3
22
// https://webui.me
33
// https://github.com/webui-dev/webui
44
// Copyright (c) 2020-2024 Hassan Draga.

include/webui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifndef _WEBUI_H
1212
#define _WEBUI_H
1313

14-
#define WEBUI_VERSION "2.5.0-beta.2"
14+
#define WEBUI_VERSION "2.5.0-beta.3"
1515

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

0 commit comments

Comments
 (0)