From 451690afb7ce8ca4ec1945d928dc8f7772d3b676 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 29 Nov 2020 20:59:09 -0500 Subject: [PATCH] v0.2.0 --- cli/Cargo.toml | 2 +- sync-server/Cargo.toml | 2 +- taskchampion/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 61c79b052..d1f5f99c4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion-cli" -version = "0.1.0" +version = "0.2.0" authors = ["Dustin J. Mitchell "] edition = "2018" diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 23f8df85e..bebab6a02 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion-sync-server" -version = "0.1.0" +version = "0.2.0" authors = ["Dustin J. Mitchell "] edition = "2018" diff --git a/taskchampion/Cargo.toml b/taskchampion/Cargo.toml index 249b10546..fe0899d00 100644 --- a/taskchampion/Cargo.toml +++ b/taskchampion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion" -version = "0.1.0" +version = "0.2.0" authors = ["Dustin J. Mitchell "] description = "Personal task-tracking" homepage = "https://djmitche.github.io/taskchampion/"