Skip to content

Commit 04d76b9

Browse files
committed
update version
1 parent 1fe7828 commit 04d76b9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xero-Java
22

3-
[![Maven Central](https://img.shields.io/badge/Maven%20Central-2.3.11-green.svg)](https://search.maven.org/artifact/com.github.xeroapi/xero-java/2.3.11/jar)
3+
[![Maven Central](https://img.shields.io/badge/Maven%20Central-2.3.13-green.svg)](https://search.maven.org/artifact/com.github.xeroapi/xero-java/2.3.13/jar)
44

55
This is the official Java SDK for Xero's API. It supports accounting, fixed asset and bank feed API endpoints. All third party libraries dependencies managed with Maven.
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.xeroapi</groupId>
55
<artifactId>xero-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.3.12</version>
7+
<version>2.3.13</version>
88
<name>Xero-Java SDK</name>
99
<description>This is the official Java SDK for Xero API</description>
1010
<url>https://github.com/XeroAPI/Xero-Java</url>

src/main/java/com/xero/api/JsonConfig.java

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

1616
public class JsonConfig implements Config {
1717

18-
private String SDK_VERSION = "2.3.12";
18+
private String SDK_VERSION = "2.3.13";
1919
private String APP_TYPE = "Public";
2020
private String USER_AGENT = "Xero-Java-SDK";
2121
private String ACCEPT = "application/xml";

0 commit comments

Comments
 (0)