diff --git a/Cargo.lock b/Cargo.lock index 65836c2c7..824e7558a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "taskchampion" -version = "2.0.0-pre" +version = "2.0.0" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index bcc1bdce3..0c6871432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion" -version = "2.0.0-pre" +version = "2.0.0" authors = ["Dustin J. Mitchell "] description = "Personal task-tracking" homepage = "https://gothenburgbitfactory.github.io/taskchampion/"