Skip to content

Commit 83ed837

Browse files
author
Jan van Esdonk
committed
chore: bump version
1 parent dc0eb4c commit 83ed837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6</version>
7+
<version>3.1.7</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.5");
139+
connection.setRequestProperty("User-Agent", "Figo/Java 3.1.7");
140140

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

0 commit comments

Comments
 (0)