From 26941c621bbe34d35df13573e260cd31d2a27e32 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:44:47 +0200 Subject: [PATCH] Update version to v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aadfca4..bf53de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["crates/*"] [workspace.package] -version = "0.1.0" +version = "0.2.2" edition = "2024" description = "A CalDAV server" repository = "https://github.com/lennart-k/rustical"