File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class Example {
43
43
<dependency >
44
44
<groupId >org.kitteh.irc</groupId >
45
45
<artifactId >client-lib</artifactId >
46
- <version >5.0.1 </version >
46
+ <version >5.1.0 </version >
47
47
</dependency >
48
48
```
49
49
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ simple as adding the lines below to your pom.xml file:
69
69
<dependency >
70
70
<groupId >org.kitteh.irc</groupId >
71
71
<artifactId >client-lib</artifactId >
72
- <version >5.0.1 </version >
72
+ <version >5.1.0 </version >
73
73
<scope >...</scope >
74
74
</dependency >
75
75
```
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 >5.1.0-SNAPSHOT </version >
7
+ <version >5.1.0</version >
8
8
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments