diff --git a/Cargo.lock b/Cargo.lock index 0147cee2..5b2a72cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -797,7 +797,7 @@ dependencies = [ [[package]] name = "brass-web" -version = "1.0.0" +version = "1.0.1" dependencies = [ "actix-files", "actix-http", diff --git a/web/Cargo.toml b/web/Cargo.toml index 76cca74a..8e9fc5bf 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brass-web" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "AGPL-3.0" authors = ["Max Hohlfeld "]