Skip to content

Commit f688d00

Browse files
committed
bump version to 1.2.0
1 parent 118e766 commit f688d00

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
@@ -14,7 +14,7 @@ For those using maven, add the dependency and repository to your pom.xml
1414
<dependency>
1515
<groupId>com.xero</groupId>
1616
<artifactId>xero-java-sdk</artifactId>
17-
<version>1.1.0</version>
17+
<version>1.2.0</version>
1818
</dependency>
1919

2020
<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>1.1.0</version>
7+
<version>1.2.0</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
@@ -131,7 +131,7 @@ public String getAccessTokenUrl() {
131131

132132
@Override
133133
public String getUserAgent() {
134-
return USER_AGENT + " " + CONSUMER_KEY + " [Xero-Java-1.1.0]";
134+
return USER_AGENT + " " + CONSUMER_KEY + " [Xero-Java-1.2.0]";
135135
}
136136

137137
@Override

0 commit comments

Comments
 (0)