From e480ee1a9d2a8a37b1ee931eb0bea39cb2ef1505 Mon Sep 17 00:00:00 2001 From: Mark Keller <8452750+keller00@users.noreply.github.com> Date: Sat, 31 Jan 2026 17:29:44 -0800 Subject: [PATCH] chore: release 1.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07d5be6..93676a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "workingon" -version = "1.3.0" +version = "1.4.1" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index adb69c6..189f17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "workingon" -version = "1.3.0" +version = "1.4.1" description = "CLI to track what you're working on" authors = ["Mark Keller"] edition = "2021"