diff --git a/README.md b/README.md index ad447c81b..e71ac19b8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ public class Example { org.kitteh.irc client-lib - 6.0.0 + 6.0.1 ``` diff --git a/docs/index.md b/docs/index.md index 6c49cdfa8..cf9e7c0ed 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,7 +70,7 @@ simple as adding the lines below to your pom.xml file: org.kitteh.irc client-lib - 6.0.0 + 6.0.1 ... ``` @@ -78,7 +78,7 @@ simple as adding the lines below to your pom.xml file: Or, for Gradle: ``` -compile "org.kitteh.irc:client-lib:6.0.0" +compile "org.kitteh.irc:client-lib:6.0.1" ``` ## Events diff --git a/pom.xml b/pom.xml index baafbb541..98bbbe881 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.kitteh.irc client-lib - 6.0.1-SNAPSHOT + 6.0.1 jar