doc: bump version

This commit is contained in:
Max Hohlfeld 2025-02-02 23:03:45 +01:00
parent 962e664f37
commit 349a539765
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -746,7 +746,7 @@ dependencies = [
[[package]]
name = "brass-web"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"actix-files",
"actix-http",

View File

@ -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 <maxhohlfeld@posteo.de>"]