diff --git a/README.md b/README.md index e71ac19b8..386daf0f4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ public class Example { org.kitteh.irc client-lib - 6.0.1 + 7.0.0 ``` diff --git a/docs/index.md b/docs/index.md index cf9e7c0ed..114085164 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.1 + 7.0.0 ... ``` @@ -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.1" +compile "org.kitteh.irc:client-lib:7.0.0" ``` ## Events diff --git a/pom.xml b/pom.xml index 78c5bf4cf..73523c787 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.kitteh.irc client-lib - 7.0.0-SNAPSHOT + 7.0.0 jar