Skip to content

Commit fe05a80

Browse files
committed
Version to 9.0.0 for release
1 parent e902bfa commit fe05a80

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,16 @@ public class Example {
4242
<dependency>
4343
<groupId>org.kitteh.irc</groupId>
4444
<artifactId>client-lib</artifactId>
45-
<version>8.0.0</version>
45+
<version>9.0.0</version>
4646
</dependency>
4747
```
4848

4949
```groovy
50-
implementation "org.kitteh.irc:client-lib:8.0.0"
50+
implementation "org.kitteh.irc:client-lib:9.0.0"
5151
```
5252

5353
Releases are available on Maven Central.
5454

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.
6055

6156
### Logo?
6257

docs/index.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ simple as adding the lines below to your pom.xml file:
7070
<dependency>
7171
<groupId>org.kitteh.irc</groupId>
7272
<artifactId>client-lib</artifactId>
73-
<version>8.0.0</version>
73+
<version>9.0.0</version>
7474
<scope>...</scope>
7575
</dependency>
7676
```
7777

7878
Or, for Gradle:
7979

8080
```
81-
implementation "org.kitteh.irc:client-lib:8.0.0"
81+
implementation "org.kitteh.irc:client-lib:9.0.0"
8282
```
8383

8484
## Events
@@ -109,6 +109,4 @@ public class FriendlyBot {
109109

110110
Consult the [JavaDocs](https://kittehorg.github.io/KittehIRCClientLib/) to answer most questions.
111111

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.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.kitteh.irc</groupId>
66
<artifactId>client-lib</artifactId>
7-
<version>9.0.0-SNAPSHOT</version>
7+
<version>9.0.0</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)