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/"