diff --git a/Cargo.lock b/Cargo.lock index e25b1fe..9cda867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "KIT-ILIAS-downloader" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 65328c0..7912d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "KIT-ILIAS-downloader" -version = "0.2.4" +version = "0.2.5" authors = ["FliegendeWurst <2012gdwu@web.de>"] license = "GPL-2.0" edition = "2018"