diff --git a/Cargo.lock b/Cargo.lock index 43de84fa..e0a74992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "brass-web" -version = "1.0.1" +version = "1.1.0" dependencies = [ "actix-files", "actix-http", diff --git a/web/Cargo.toml b/web/Cargo.toml index e9ba1338..ff669031 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brass-web" -version = "1.0.1" +version = "1.1.0" edition = "2021" license = "AGPL-3.0" authors = ["Max Hohlfeld "]