File tree 3 files changed +6
-13
lines changed
3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -42,21 +42,16 @@ public class Example {
42
42
<dependency >
43
43
<groupId >org.kitteh.irc</groupId >
44
44
<artifactId >client-lib</artifactId >
45
- <version >8 .0.0</version >
45
+ <version >9 .0.0</version >
46
46
</dependency >
47
47
```
48
48
49
49
``` groovy
50
- implementation "org.kitteh.irc:client-lib:8 .0.0"
50
+ implementation "org.kitteh.irc:client-lib:9 .0.0"
51
51
```
52
52
53
53
Releases are available on Maven Central.
54
54
55
- ### Branches
56
-
57
- ** master** branch tracks releases and may occasionally contain bug fixes or JavaDoc changes prior to release.
58
-
59
- ** next** branch contains code for upcoming releases and is always working toward the next major or minor release.
60
55
61
56
### Logo?
62
57
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 >8 .0.0</version >
73
+ <version >9 .0.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:8 .0.0"
81
+ implementation "org.kitteh.irc:client-lib:9 .0.0"
82
82
```
83
83
84
84
## Events
@@ -109,6 +109,4 @@ public class FriendlyBot {
109
109
110
110
Consult the [ JavaDocs] ( https://kittehorg.github.io/KittehIRCClientLib/ ) to answer most questions.
111
111
112
- Visit us in ` #kitteh.org ` on ` irc.esper.net ` for a chat (click
113
- [ here] ( https://webchat.esper.net/?nick=kicl_...&channels=%23kitteh.org ) to join), or check out the
114
- [ Issue Tracker] ( https://github.com/KittehOrg/KittehIRCClientLib/issues ) if you have trouble.
112
+ Check out the [ Issue Tracker] ( https://github.com/KittehOrg/KittehIRCClientLib/issues ) if you have trouble.
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 >9.0.0-SNAPSHOT </version >
7
+ <version >9.0.0</version >
8
8
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments