Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Increase version to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmefox committed Dec 11, 2018
1 parent 0177a04 commit 8116cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br/>
[![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)<br/>
[![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)
<br/><br/>
Request against [httpbin](https://httpbin.org/) which was installed on localhost:<br/>
[![get](https://img.shields.io/badge/GET--Request-35.4_ms-brightgreen.svg)](https://github.com/Viascom/groundwork/wiki/GroundWork-FoxHttp-Examples#get-request)
Expand Down Expand Up @@ -68,13 +68,13 @@ Request against [httpbin](https://httpbin.org/) which was installed on localhost
<dependency>
<groupId>ch.viascom.groundwork</groupId>
<artifactId>foxhttp</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
</dependency>
```

#### gradle
```
compile 'ch.viascom.groundwork:foxhttp:1.3.5'
compile 'ch.viascom.groundwork:foxhttp:1.3.6'
```

### Send a request with JSON response deserialization
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>foxhttp</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>


<name>GroundWork - FoxHttp</name>
Expand Down

0 comments on commit 8116cd3

Please sign in to comment.