From 7c9cfe75c2f6f08ea53d0589ba38780f105cce4b Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 5 Jan 2025 21:26:03 -0500 Subject: [PATCH] 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 d4e2b8201..ea0414dde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "taskchampion" -version = "2.0.1-pre" +version = "2.0.1" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 90800157b..7fe54ab5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion" -version = "2.0.1-pre" +version = "2.0.1" authors = ["Dustin J. Mitchell "] description = "Personal task-tracking" homepage = "https://gothenburgbitfactory.github.io/taskchampion/"