Skip to content

Commit f6b31d1

Browse files
committed
Version to 7.0.0 for release
1 parent 5540e88 commit f6b31d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Example {
4343
<dependency>
4444
<groupId>org.kitteh.irc</groupId>
4545
<artifactId>client-lib</artifactId>
46-
<version>6.0.1</version>
46+
<version>7.0.0</version>
4747
</dependency>
4848
```
4949

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ simple as adding the lines below to your pom.xml file:
7070
<dependency>
7171
<groupId>org.kitteh.irc</groupId>
7272
<artifactId>client-lib</artifactId>
73-
<version>6.0.1</version>
73+
<version>7.0.0</version>
7474
<scope>...</scope>
7575
</dependency>
7676
```
7777

7878
Or, for Gradle:
7979

8080
```
81-
compile "org.kitteh.irc:client-lib:6.0.1"
81+
compile "org.kitteh.irc:client-lib:7.0.0"
8282
```
8383

8484
## Events

pom.xml

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

55
<groupId>org.kitteh.irc</groupId>
66
<artifactId>client-lib</artifactId>
7-
<version>7.0.0-SNAPSHOT</version>
7+
<version>7.0.0</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)