Skip to content

Commit 785bafd

Browse files
committed
Version to 7.2.0 for release
1 parent 3cef63a commit 785bafd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ public class Example {
4343
<dependency>
4444
<groupId>org.kitteh.irc</groupId>
4545
<artifactId>client-lib</artifactId>
46-
<version>7.1.0</version>
46+
<version>7.2.0</version>
4747
</dependency>
4848
```
4949

5050
```groovy
51-
implementation "org.kitteh.irc:client-lib:7.1.0"
51+
implementation "org.kitteh.irc:client-lib:7.2.0"
5252
```
5353

5454
Releases are available on Maven Central.

docs/index.md

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

7878
Or, for Gradle:
7979

8080
```
81-
implementation "org.kitteh.irc:client-lib:7.1.0"
81+
implementation "org.kitteh.irc:client-lib:7.2.0"
8282
```
8383

8484
## Events

pom.xml

+1-1
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.2.0-SNAPSHOT</version>
7+
<version>7.2.0</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)