Skip to content

Commit 8cad7ca

Browse files
committed
Bump version to 0.6.5
1 parent 31af134 commit 8cad7ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this dependency and repository to your POM.xml
1616
<dependency>
1717
<groupId>com.xero</groupId>
1818
<artifactId>xero-java-sdk</artifactId>
19-
<version>0.6.5</version>
19+
<version>0.6.6</version>
2020
</dependency>
2121

2222
<repositories>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.xero</groupId>
55
<artifactId>xero-java-sdk</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.6.5+jmv</version>
7+
<version>0.6.6</version>
88
<name>Xero-Java SDK</name>
99
<url>http://maven.apache.org</url>
1010
<dependencies>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public String getAccessTokenUrl() {
106106

107107
@Override
108108
public String getUserAgent() {
109-
return USER_AGENT + " [Xero-Java-0.6.5]";
109+
return USER_AGENT + " [Xero-Java-0.6.6]";
110110
}
111111

112112
@Override

0 commit comments

Comments
 (0)