diff --git a/README.md b/README.md index 4c71fdfd..7017a82f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/14fd595844f57ce751dfc751297b1468b10de77a/webui_120.svg) -# WebUI v2.5.0-beta.3 +# WebUI v2.5.0-beta.4 [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/bridge/js2c.py b/bridge/js2c.py index 98d5b6f8..31304717 100644 --- a/bridge/js2c.py +++ b/bridge/js2c.py @@ -13,7 +13,7 @@ def js_to_c_header(input_filename, output_filename): # comment comment = ( - "// WebUI v2.5.0-beta.3\n" + "// WebUI v2.5.0-beta.4\n" "// https://webui.me\n" "// https://github.com/webui-dev/webui\n" "// Copyright (c) 2020-2025 Hassan Draga.\n" diff --git a/bridge/webui_bridge.h b/bridge/webui_bridge.h index 5a53d444..da1e7fc6 100644 --- a/bridge/webui_bridge.h +++ b/bridge/webui_bridge.h @@ -1,4 +1,4 @@ -// WebUI v2.5.0-beta.3 +// WebUI v2.5.0-beta.4 // https://webui.me // https://github.com/webui-dev/webui // Copyright (c) 2020-2025 Hassan Draga. diff --git a/build.zig.zon b/build.zig.zon index 545c6805..0b80789e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .webui, - .version = "2.5.0-beta.3", + .version = "2.5.0-beta.4", .fingerprint = 0xac5d87f2e5831aa7, .paths = .{ "src", diff --git a/include/webui.h b/include/webui.h index d315f065..38583922 100644 --- a/include/webui.h +++ b/include/webui.h @@ -11,7 +11,7 @@ #ifndef _WEBUI_H #define _WEBUI_H -#define WEBUI_VERSION "2.5.0-beta.3" +#define WEBUI_VERSION "2.5.0-beta.4" // Max windows, servers and threads #define WEBUI_MAX_IDS (256)