diff --git a/Cargo.lock b/Cargo.lock index c4caed9..3143589 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.10" +version = "0.2.11" dependencies = [ "anyhow", "futures", diff --git a/Cargo.toml b/Cargo.toml index 3b7775f..427d81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "KIT-ILIAS-downloader" -version = "0.2.10" +version = "0.2.11" authors = ["FliegendeWurst <2012gdwu@web.de>"] license = "GPL-2.0" edition = "2018"