diff --git a/Cargo.lock b/Cargo.lock index e3b20067..888a9921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "brass-web" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-files", "actix-http", diff --git a/web/Cargo.toml b/web/Cargo.toml index b4e4f492..a585c752 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brass-web" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "AGPL-3.0" authors = ["Max Hohlfeld "]