diff --git a/Cargo.lock b/Cargo.lock index 8e4874c..1fe9c91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "cooking-schedule" -version = "0.0.0" +version = "0.1.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 94401d2..1966cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "cooking-schedule" description = "Build a schedule of dishes to cook with the help of NextCloud Cookbook" -version = "0.0.0" +version = "0.1.0" edition = "2021" authors = ["Matteo Settenvini "] license = "AGPL-3.0-or-later"