diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:17:16 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:17:16 +0200 |
commit | 39cfa40976e7f9f85fa28ff2cf8b4724fb6d4cbc (patch) | |
tree | 811367978ff00d33b0558b893e506970b12a9b9e /Cargo.toml | |
parent | docs(config): Add an example configuration file (diff) | |
download | yt-39cfa40976e7f9f85fa28ff2cf8b4724fb6d4cbc.tar.gz yt-39cfa40976e7f9f85fa28ff2cf8b4724fb6d4cbc.zip |
chore(version): v1.1.0 v1.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8b77b16..1670b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "yt" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |