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