diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 20:53:39 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 20:53:39 +0200 |
commit | 22d32b68251af78a4fee4422f41212091481f3a7 (patch) | |
tree | 2fad61abe816ea88997c058a6919b9567c3a2958 /Cargo.toml | |
parent | fix(yt_dlp/info_json): Add another missing attribute (diff) | |
download | yt-22d32b68251af78a4fee4422f41212091481f3a7.tar.gz yt-22d32b68251af78a4fee4422f41212091481f3a7.zip |
chore(version): v0.1.3 v0.1.3
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 54c7b00..6b12ae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "yt" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |