diff --git a/Cargo.lock b/Cargo.lock index 7f668939e..3f277c468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2630,7 +2630,7 @@ dependencies = [ [[package]] name = "taskchampion" -version = "1.0.2-pre" +version = "1.0.2" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index c20f0fdba..cb1575574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion" -version = "1.0.2-pre" +version = "1.0.2" authors = ["Dustin J. Mitchell "] description = "Personal task-tracking" homepage = "https://gothenburgbitfactory.github.io/taskchampion/"