From 8116cd3ecb6e14cab59c0185f6bef91009c43049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Bo=CC=88sch?= Date: Tue, 11 Dec 2018 08:37:14 +0100 Subject: [PATCH] Increase version to 1.3.6 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50876dd..59d180d 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ ## Build-Status & Metrics -[![master](https://img.shields.io/badge/master-v1.3.5-brightgreen.svg)](https://github.com/Viascom/FoxHttp/tree/master) [![Build Status](https://travis-ci.org/Viascom/FoxHttp.svg?branch=master)](https://travis-ci.org/Viascom/FoxHttp)
-[![develop](https://img.shields.io/badge/develop-v1.3.5-brightgreen.svg)](https://github.com/Viascom/FoxHttp/tree/develop) [![Build Status](https://travis-ci.org/Viascom/FoxHttp.svg?branch=develop)](https://travis-ci.org/Viascom/FoxHttp) +[![master](https://img.shields.io/badge/master-v1.3.6-brightgreen.svg)](https://github.com/Viascom/FoxHttp/tree/master) [![Build Status](https://travis-ci.org/Viascom/FoxHttp.svg?branch=master)](https://travis-ci.org/Viascom/FoxHttp)
+[![develop](https://img.shields.io/badge/develop-v1.3.6-brightgreen.svg)](https://github.com/Viascom/FoxHttp/tree/develop) [![Build Status](https://travis-ci.org/Viascom/FoxHttp.svg?branch=develop)](https://travis-ci.org/Viascom/FoxHttp)

Request against [httpbin](https://httpbin.org/) which was installed on localhost:
[![get](https://img.shields.io/badge/GET--Request-35.4_ms-brightgreen.svg)](https://github.com/Viascom/groundwork/wiki/GroundWork-FoxHttp-Examples#get-request) @@ -68,13 +68,13 @@ Request against [httpbin](https://httpbin.org/) which was installed on localhost ch.viascom.groundwork foxhttp - 1.3.5 + 1.3.6 ``` #### gradle ``` -compile 'ch.viascom.groundwork:foxhttp:1.3.5' +compile 'ch.viascom.groundwork:foxhttp:1.3.6' ``` ### Send a request with JSON response deserialization diff --git a/pom.xml b/pom.xml index a0d76db..1e79966 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ foxhttp - 1.3.5 + 1.3.6 GroundWork - FoxHttp