From f52f2f57fe85b8e9a71e3d5f6c322a79f1a42d7b Mon Sep 17 00:00:00 2001 From: Jan van Esdonk Date: Thu, 20 Dec 2018 15:47:27 +0100 Subject: [PATCH] chore: bump version --- README.md | 2 +- pom.xml | 2 +- src/main/java/me/figo/FigoApi.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 333915c..913d17e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simply add to your pom.xml: me.figo sdk - 3.1.5 + 3.1.8 ``` diff --git a/pom.xml b/pom.xml index 3ded356..d34f5e0 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ me.figo sdk - 3.1.7 + 3.1.8 jar Figo Java SDK diff --git a/src/main/java/me/figo/FigoApi.java b/src/main/java/me/figo/FigoApi.java index ff471ff..01411d2 100644 --- a/src/main/java/me/figo/FigoApi.java +++ b/src/main/java/me/figo/FigoApi.java @@ -136,7 +136,7 @@ public T queryApi(String path, Object data, String method, Type typeOfT) thr connection.setRequestProperty("Authorization", authorization); connection.setRequestProperty("Accept", "application/json"); connection.setRequestProperty("Content-Type", "application/json"); - connection.setRequestProperty("User-Agent", "Figo/Java 3.1.7"); + connection.setRequestProperty("User-Agent", "Figo/Java 3.1.8"); // add payload if (data != null) {