doc: bump version

This commit is contained in:
Max Hohlfeld 2025-06-15 22:08:15 +02:00
parent 5afaac6197
commit 0b4248604a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -797,7 +797,7 @@ dependencies = [
[[package]] [[package]]
name = "brass-web" name = "brass-web"
version = "1.0.0" version = "1.0.1"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-http", "actix-http",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "brass-web" name = "brass-web"
version = "1.0.0" version = "1.0.1"
edition = "2021" edition = "2021"
license = "AGPL-3.0" license = "AGPL-3.0"
authors = ["Max Hohlfeld <maxhohlfeld@posteo.de>"] authors = ["Max Hohlfeld <maxhohlfeld@posteo.de>"]