File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ public class Example {
43
43
<dependency >
44
44
<groupId >org.kitteh.irc</groupId >
45
45
<artifactId >client-lib</artifactId >
46
- <version >7.1 .0</version >
46
+ <version >7.2 .0</version >
47
47
</dependency >
48
48
```
49
49
50
50
``` groovy
51
- implementation "org.kitteh.irc:client-lib:7.1 .0"
51
+ implementation "org.kitteh.irc:client-lib:7.2 .0"
52
52
```
53
53
54
54
Releases are available on Maven Central.
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ simple as adding the lines below to your pom.xml file:
70
70
<dependency >
71
71
<groupId >org.kitteh.irc</groupId >
72
72
<artifactId >client-lib</artifactId >
73
- <version >7.1 .0</version >
73
+ <version >7.2 .0</version >
74
74
<scope >...</scope >
75
75
</dependency >
76
76
```
77
77
78
78
Or, for Gradle:
79
79
80
80
```
81
- implementation "org.kitteh.irc:client-lib:7.1 .0"
81
+ implementation "org.kitteh.irc:client-lib:7.2 .0"
82
82
```
83
83
84
84
## Events
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.kitteh.irc</groupId >
6
6
<artifactId >client-lib</artifactId >
7
- <version >7.2.0-SNAPSHOT </version >
7
+ <version >7.2.0</version >
8
8
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments