Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyAllen committed Feb 17, 2018
1 parent 31af134 commit 8cad7ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this dependency and repository to your POM.xml
<dependency>
<groupId>com.xero</groupId>
<artifactId>xero-java-sdk</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
</dependency>

<repositories>
Expand Down
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>com.xero</groupId>
<artifactId>xero-java-sdk</artifactId>
<packaging>jar</packaging>
<version>0.6.5+jmv</version>
<version>0.6.6</version>
<name>Xero-Java SDK</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/xero/api/JsonConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public String getAccessTokenUrl() {

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

@Override
Expand Down

0 comments on commit 8cad7ca

Please sign in to comment.