From 0ef3ae9873e0d0ce2baf101532a17ed214d29462 Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Mon, 12 May 2025 21:19:27 +0200 Subject: [PATCH] doc: bump version --- Cargo.lock | 2 +- web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d652a711..c3b0894f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ dependencies = [ [[package]] name = "brass-web" -version = "0.2.1" +version = "0.2.2" dependencies = [ "actix-files", "actix-http", diff --git a/web/Cargo.toml b/web/Cargo.toml index 6568e964..845defa4 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brass-web" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "AGPL-3.0" authors = ["Max Hohlfeld "]