From 584eba799339d28cd1132d6f0b0b71d92e3cc315 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 27 Mar 2026 08:07:07 +0200 Subject: [PATCH] update version --- crates/httpd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/httpd/Cargo.toml b/crates/httpd/Cargo.toml index 416b414..0c6afde 100644 --- a/crates/httpd/Cargo.toml +++ b/crates/httpd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlstate-httpd" -version = "0.1.0" +version = "0.1.1" edition = "2024" license = "MIT" readme = "README.md"