Skip to content

Commit 7dce2d5

Browse files
committed
Version to 7.1.0 for release
1 parent ef2229c commit 7dce2d5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,19 @@ public class Example {
3838
}
3939
```
4040

41-
### Maven
41+
### Adding the dependency
4242
```xml
4343
<dependency>
4444
<groupId>org.kitteh.irc</groupId>
4545
<artifactId>client-lib</artifactId>
46-
<version>7.0.0</version>
46+
<version>7.1.0</version>
4747
</dependency>
4848
```
4949

50+
```groovy
51+
compile "org.kitteh.irc:client-lib:7.1.0"
52+
```
53+
5054
Releases are available on Maven Central.
5155

5256
Snapshots are available on the Sonatype OSSRH: https://oss.sonatype.org/content/repositories/snapshots

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>7.0.0</version>
73+
<version>7.1.0</version>
7474
<scope>...</scope>
7575
</dependency>
7676
```
7777

7878
Or, for Gradle:
7979

8080
```
81-
compile "org.kitteh.irc:client-lib:7.0.0"
81+
compile "org.kitteh.irc:client-lib:7.1.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.1.0-SNAPSHOT</version>
7+
<version>7.1.0</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)