Skip to content

Commit 79d5d89

Browse files
committed
Per Zendesk's request, s/ZenDesk/Zendesk/g (part 5)
1 parent d865328 commit 79d5d89

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Zendesk Java Client
22
===================
33

4-
This is a Zendesk client implementation written in Java using AsyncHttpClient and Jackson.
4+
This is a [Zendesk][zd] client implementation written in Java using AsyncHttpClient and Jackson.
55

66
Using the API
77
-------------
@@ -75,3 +75,7 @@ History
7575
* 0.0.x - Initial release series
7676

7777
* 0.1.x - Switched from `Integer` as the id type to `Long` due to reports of overflow
78+
79+
* 0.2.x - At request of [Zendesk][zd], renamed `ZenDesk` to `Zendesk`
80+
81+
[zd]: http://zendesk.com

pom.xml

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

2626
<groupId>com.cloudbees.thirdparty</groupId>
2727
<artifactId>zendesk-java-client</artifactId>
28-
<version>0.1.1-SNAPSHOT</version>
28+
<version>0.2.0-SNAPSHOT</version>
2929

3030
<name>zendesk-java-client</name>
3131
<description>Java client for the Zendesk API</description>

0 commit comments

Comments
 (0)