Skip to content

Commit 1f9b1cd

Browse files
committed
release 1.5.9
fixing base64 for openjdk7
1 parent 0a27dfc commit 1f9b1cd

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

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

0 commit comments

Comments
 (0)