diff --git a/Cargo.lock b/Cargo.lock index 6b64cef..f4ee98a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hlstate-httpd" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "clap", diff --git a/crates/httpd/Cargo.toml b/crates/httpd/Cargo.toml index 6871e7f..0f4b76f 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.2.0" edition = "2024" license = "MIT" readme = "README.md"