From a7594d8fa991d7969774789c305a528ead14485f Mon Sep 17 00:00:00 2001 From: Daniel M Date: Tue, 13 Sep 2022 15:42:15 +0200 Subject: [PATCH] Bump version to 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0e2f44..e69d1ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "ffdl" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3b9479f..26d442b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffdl" -version = "0.1.6" +version = "0.1.7" authors = ["daniel m "] edition = "2021" description = "Download files fast"