From 1eab71468480d484c7460630dd0a7d78481d66a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Sat, 20 Nov 2021 17:19:00 -0500 Subject: [PATCH] update [compat] bump minor version --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index f0634df..528e734 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FredApi" uuid = "1f615318-737c-46ca-9fde-6231706b5dcc" authors = ["markushhh "] -version = "0.2.1" +version = "0.2.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -11,9 +11,9 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e" [compat] -DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22" -Dates = "1.2" -HTTP = "0.7, 0.8" +DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0" +HTTP = "0.7, 0.8, 0.9" JSON = "0.19, 0.20, 0.21" -TimeSeries = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20" +TimeSeries = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" julia = "1.0" +