From a277bf8e52165e6c4c45b06f4aa7d30fa43b4545 Mon Sep 17 00:00:00 2001 From: Andrey Oskin Date: Mon, 5 Sep 2022 10:45:57 +0300 Subject: [PATCH] bump http version (#34) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 58f407c..0973e18 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "UrlDownload" uuid = "856ac37a-3032-4c1c-9122-f86d88358c8b" authors = ["Andrey Oskin"] -version = "1.0.0" +version = "1.0.1" [deps] HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" [compat] -HTTP = "0.8, 0.9" +HTTP = "0.8, 0.9, 1" ProgressMeter = "1" julia = "1"