From 414d277ae1757834d2ddbd6225063b451e919788 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 5 Feb 2026 10:30:12 -0300 Subject: [PATCH] Bump version to 6.1.1: Trigger CI rebuild with embed-ui fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa82e41..0bc2677 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "botui" -version = "6.1.0" +version = "6.1.1" edition = "2021" description = "General Bots UI - Pure web interface" license = "AGPL-3.0"