From aabfb905226919cae960df07129ddf3fc12a0936 Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Sun, 16 Feb 2020 10:14:46 -0600 Subject: [PATCH] bump doc --- 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 b71f3770c..12f456a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Update Jackson to 2.10.2 * Update various build tools to work with Java 11 -## 3.4.04 +## 3.5.00 * issue #335 keep around failure bodies for mapping to error objects * Request objects implement equals for future feature to support request caching diff --git a/README.md b/README.md index b85cc362c..2508059d9 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.konghq unirest-java - 3.4.04 + 3.5.00 com.konghq unirest-java - 3.4.04 + 3.5.00 standalone diff --git a/docs/index.md b/docs/index.md index 343be14b1..e72011044 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,14 +48,14 @@ rightmenu: true com.konghq unirest-java - 3.4.04 + 3.5.00 com.konghq unirest-java - 3.4.04 + 3.5.00 standalone @@ -549,7 +549,7 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( com.konghq unirest-objectmapper-jackson - 3.4.04 + 3.5.00 @@ -557,7 +557,7 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( com.konghq unirest-object-mappers-gson - 3.4.04 + 3.5.00 ```