From 05f5707ee390b3fbab675dbc747f89aff12b3037 Mon Sep 17 00:00:00 2001 From: Todd Date: Sat, 22 Jan 2022 11:48:18 -0600 Subject: [PATCH] version bumps --- src/Flurl.Http/Flurl.Http.csproj | 4 ++-- src/Flurl/Flurl.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Flurl.Http/Flurl.Http.csproj b/src/Flurl.Http/Flurl.Http.csproj index d166e9b9..5530a6ba 100644 --- a/src/Flurl.Http/Flurl.Http.csproj +++ b/src/Flurl.Http/Flurl.Http.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461;net472 True Flurl.Http - 3.2.0 + 3.2.1 Todd Menier A fluent, portable, testable HTTP client library. https://flurl.dev @@ -34,7 +34,7 @@ - + diff --git a/src/Flurl/Flurl.csproj b/src/Flurl/Flurl.csproj index 8f7c93de..39cab4f1 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461;net472 True Flurl - 3.0.2 + 3.0.3 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. https://flurl.dev