From a0ec7834fe6092597fc97435e61ef2c0bc96acb8 Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Sat, 7 Mar 2020 13:23:26 -0600 Subject: [PATCH] update docs --- CHANGELOG.md | 2 +- README.md | 4 ++-- docs/index.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe86a7bd..f661b053d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Do not URLDecode cookie values because they may not be and decoding can remove legit values like + * Split cookie pairs on the first = only so values can have = -## 3.6.00 +## 3.4.00 * issue #336 Add ProgressMonitor for file downloads. ## 3.5.00 diff --git a/README.md b/README.md index 0aa7f438c..110593444 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.konghq unirest-java - 3.6.00 + 3.4.01 com.konghq unirest-java - 3.6.00 + 3.4.01 standalone diff --git a/docs/index.md b/docs/index.md index a0add6732..804c8638e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,14 +48,14 @@ rightmenu: true com.konghq unirest-java - 3.6.00 + 3.4.01 com.konghq unirest-java - 3.6.00 + 3.4.01 standalone @@ -560,7 +560,7 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( com.konghq unirest-objectmapper-jackson - 3.6.00 + 3.4.01 @@ -568,7 +568,7 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( com.konghq unirest-object-mappers-gson - 3.6.00 + 3.4.01 ```