Bump pkg version

This commit is contained in:
Matteo Settenvini 2022-08-02 15:55:56 +02:00
parent e3d99c89e4
commit f98c82ae7f
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -148,7 +148,7 @@ dependencies = [
[[package]] [[package]]
name = "cooking-schedule" name = "cooking-schedule"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",

View File

@ -4,7 +4,7 @@
[package] [package]
name = "cooking-schedule" name = "cooking-schedule"
description = "Build a schedule of dishes to cook with the help of NextCloud Cookbook" description = "Build a schedule of dishes to cook with the help of NextCloud Cookbook"
version = "0.0.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"] authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"