Skip to content

Commit f52f2f5

Browse files
author
Jan van Esdonk
committed
chore: bump version
1 parent 65322ee commit f52f2f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simply add to your pom.xml:
99
<dependency>
1010
<groupId>me.figo</groupId>
1111
<artifactId>sdk</artifactId>
12-
<version>3.1.5</version>
12+
<version>3.1.8</version>
1313
</dependency>
1414
```
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.figo</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>3.1.7</version>
7+
<version>3.1.8</version>
88
<packaging>jar</packaging>
99

1010
<name>Figo Java SDK</name>

src/main/java/me/figo/FigoApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public <T> T queryApi(String path, Object data, String method, Type typeOfT) thr
136136
connection.setRequestProperty("Authorization", authorization);
137137
connection.setRequestProperty("Accept", "application/json");
138138
connection.setRequestProperty("Content-Type", "application/json");
139-
connection.setRequestProperty("User-Agent", "Figo/Java 3.1.7");
139+
connection.setRequestProperty("User-Agent", "Figo/Java 3.1.8");
140140

141141
// add payload
142142
if (data != null) {

0 commit comments

Comments
 (0)