From 349a539765dd829bed97b806257563019ac52325 Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Sun, 2 Feb 2025 23:03:45 +0100 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 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 "]