From 0ab7e0f06e58d2aa887469dae1a458526206c1f6 Mon Sep 17 00:00:00 2001 From: Gabriele Belluardo Date: Tue, 31 Oct 2023 21:27:13 +0100 Subject: [PATCH] Bump version to 1.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]