From f6b31d1ea3c32049c0d14f1fba8814398b52c3ab Mon Sep 17 00:00:00 2001 From: mbax Date: Thu, 14 Mar 2019 22:32:42 -0400 Subject: [PATCH] Version to 7.0.0 for release --- README.md | 2 +- docs/index.md | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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