From d8008e3d573a0d28ea65697dc1040216e7f2c7c3 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:15:29 +0200 Subject: [PATCH] Update version after suggestions --- build.zig.zon | 2 +- include/webui.h | 4 ++-- include/webui.hpp | 2 +- src/webui.c | 2 +- src/webview/wkwebview.m | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 4b6c0c4d..1e161e02 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,5 +1,5 @@ .{ .name = "webui", - .version = "2.5.0-beta", + .version = "2.5.0-beta.1", .paths = .{""}, } diff --git a/include/webui.h b/include/webui.h index 57c41af0..8c557fb1 100644 --- a/include/webui.h +++ b/include/webui.h @@ -1,5 +1,5 @@ /* - WebUI Library 2.5.0-beta + WebUI Library http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2024 Hassan Draga. @@ -11,7 +11,7 @@ #ifndef _WEBUI_H #define _WEBUI_H -#define WEBUI_VERSION "2.5.0-beta" +#define WEBUI_VERSION "2.5.0-beta.1" // Max windows, servers and threads #define WEBUI_MAX_IDS (256) diff --git a/include/webui.hpp b/include/webui.hpp index fc692b89..6e7b0d75 100644 --- a/include/webui.hpp +++ b/include/webui.hpp @@ -1,5 +1,5 @@ /* - WebUI Library 2.5.0-beta + WebUI Library http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2024 Hassan Draga. diff --git a/src/webui.c b/src/webui.c index 72352f8e..6cd6adb9 100644 --- a/src/webui.c +++ b/src/webui.c @@ -1,5 +1,5 @@ /* - WebUI Library 2.5.0-beta + WebUI Library http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2024 Hassan Draga. diff --git a/src/webview/wkwebview.m b/src/webview/wkwebview.m index 93f6e750..bf49bd85 100644 --- a/src/webview/wkwebview.m +++ b/src/webview/wkwebview.m @@ -1,5 +1,5 @@ /* - WebUI Library 2.5.0-beta + WebUI Library http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2024 Hassan Draga.