We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcda4b commit 698fa84Copy full SHA for 698fa84
2 files changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.github.xeroapi</groupId>
5
<artifactId>xero-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>2.3.5</version>
+ <version>2.3.6</version>
8
<name>Xero-Java SDK</name>
9
<description>This is the official Java SDK for Xero API</description>
10
<url>https://github.com/XeroAPI/Xero-Java</url>
src/main/java/com/xero/api/JsonConfig.java
@@ -15,7 +15,7 @@
15
16
public class JsonConfig implements Config {
17
18
- private String SDK_VERSION = "2.3.5";
+ private String SDK_VERSION = "2.3.6";
19
private String APP_TYPE = "Public";
20
private String USER_AGENT = "Xero-Java-SDK";
21
private String ACCEPT = "application/xml";
0 commit comments