Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
javaes committed Nov 1, 2018
1 parent dc0eb4c commit 83ed837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.figo</groupId>
<artifactId>sdk</artifactId>
<version>3.1.6</version>
<version>3.1.7</version>
<packaging>jar</packaging>

<name>Figo Java SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/figo/FigoApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public <T> 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.5");
connection.setRequestProperty("User-Agent", "Figo/Java 3.1.7");

// add payload
if (data != null) {
Expand Down

0 comments on commit 83ed837

Please sign in to comment.