diff --git a/Cargo.lock b/Cargo.lock index b6dcf54..3dc1d4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "anime-dl" -version = "1.5.1" +version = "1.5.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 34f9244..fce1479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anime-dl" edition = "2021" -version = "1.5.1" +version = "1.5.2" description = "Efficient cli app for downloading anime" readme = "README.md" authors = ["Gabriele Belluardo "]