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 @@ -44,7 +44,7 @@ public class Example {
44
44
<dependency >
45
45
<groupId >org.kitteh.irc</groupId >
46
46
<artifactId >client-lib</artifactId >
47
- <version >3.2.1 </version >
47
+ <version >3.2.2 </version >
48
48
</dependency >
49
49
```
50
50
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ KICL is built and deployed using Maven. Releases are available on Maven Central.
57
57
<dependency >
58
58
<groupId >org.kitteh.irc</groupId >
59
59
<artifactId >client-lib</artifactId >
60
- <version >3.2.1 </version >
60
+ <version >3.2.2 </version >
61
61
<scope >...</scope >
62
62
</dependency >
63
63
```
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 >3.2.2-SNAPSHOT </version >
7
+ <version >3.2.2</version >
8
8
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments