Bump package version

This commit is contained in:
Filip Tibell 2023-02-25 13:42:09 +01:00
parent 7d75d5c52f
commit 2901e85487
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -775,7 +775,7 @@ dependencies = [
[[package]]
name = "lune"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"anyhow",
"async-trait",
@ -802,7 +802,7 @@ dependencies = [
[[package]]
name = "lune-cli"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"anyhow",
"clap",

View file

@ -5,7 +5,7 @@ default-members = ["packages/cli"]
# Package config values shared across all packages,
# such as version, license, and other metadata
[workspace.package]
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/filiptibell/lune"