From 4f3c7cc0e435f637cc645a3c78dac7e3b2de11d9 Mon Sep 17 00:00:00 2001 From: Konstantin Fickel Date: Fri, 3 Apr 2026 15:42:42 +0200 Subject: [PATCH] chore: bump tag to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab546a4..cb39165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "streamd" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Personal knowledge management and time-tracking CLI using @Tag annotations" license = "AGPL-3.0-only"