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 >3.0.0 </version >
46
+ <version >3.0.1 </version >
47
47
</dependency >
48
48
```
49
49
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.0.0 </version >
60
+ <version >3.0.1 </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.0.1-SNAPSHOT </version >
7
+ <version >3.0.1</version >
8
8
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments