Up to Beta.2

This commit is contained in:
Hassan DRAGA 2024-06-25 13:06:30 -04:00
parent b0dd088d56
commit 8e8abd2273
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.{ .{
.name = "webui", .name = "webui",
.version = "2.5.0-beta.1", .version = "2.5.0-beta.2",
.paths = .{""}, .paths = .{""},
} }

View File

@ -11,7 +11,7 @@
#ifndef _WEBUI_H #ifndef _WEBUI_H
#define _WEBUI_H #define _WEBUI_H
#define WEBUI_VERSION "2.5.0-beta.1" #define WEBUI_VERSION "2.5.0-beta.2"
// Max windows, servers and threads // Max windows, servers and threads
#define WEBUI_MAX_IDS (256) #define WEBUI_MAX_IDS (256)