From 58078fc2cf6e54d273c84fada5678c6f5c8b8e75 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Fri, 4 Dec 2020 13:06:02 +0100 Subject: [PATCH] Version 0.2.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"