From c26731351ca38f4953a23ef5490358ffba955ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 9 Dec 2024 20:17:21 +0100 Subject: [PATCH] bump version harmonia-v2.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 115a2349..b96d0ce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "harmonia" -version = "1.0.2" +version = "2.0.1" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index b5fe3441..2ebd8d1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harmonia" -version = "1.0.2" +version = "2.0.1" authors = [ "Jörg Thalheim ", "Simon Hauser "