From 9a8a94cae504ed0304e95f95b53159fa36755e32 Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Tue, 5 Jul 2016 07:58:23 +0200 Subject: [PATCH] OK 16.07 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a19ebcd..ce25a65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # S-Money API client -[![Latest release](https://img.shields.io/badge/latest_release-16.04-orange.svg)](https://github.com/payintech/smoney-java-client/releases) +[![Latest release](https://img.shields.io/badge/latest_release-16.07-orange.svg)](https://github.com/payintech/smoney-java-client/releases) [![Build](https://img.shields.io/travis-ci/payintech/smoney-java-client.svg?branch=master&style=flat)](https://travis-ci.org/payintech/smoney-java-client) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/payintech/smoney-java-client/master/LICENSE) [![Join the chat at https://gitter.im/payintech/smoney-java-client](https://badges.gitter.im/payintech/smoney-java-client.svg)](https://gitter.im/payintech/smoney-java-client?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -63,7 +63,7 @@ the timeout value from 15 to a greater value. ### Gradle dependencies { - compile 'com.payintech:s-money-client:16.04' + compile 'com.payintech:s-money-client:16.07' } @@ -72,13 +72,13 @@ the timeout value from 15 to a greater value. com.payintech s-money-client - 16.04 + 16.07 ### SBT - libraryDependencies += "com.payintech" % "s-money-client" % "16.04" + libraryDependencies += "com.payintech" % "s-money-client" % "16.07" diff --git a/pom.xml b/pom.xml index 502452c..668577c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.payintech s-money-client - 16.04 + 16.07 jar S-Money API Client S-Money API client for Java and Android