Skip to content

Commit

Permalink
Version to 9.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Dec 29, 2023
1 parent e902bfa commit fe05a80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,16 @@ public class Example {
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>8.0.0</version>
<version>9.0.0</version>
</dependency>
```

```groovy
implementation "org.kitteh.irc:client-lib:8.0.0"
implementation "org.kitteh.irc:client-lib:9.0.0"
```

Releases are available on Maven Central.

### Branches

**master** branch tracks releases and may occasionally contain bug fixes or JavaDoc changes prior to release.

**next** branch contains code for upcoming releases and is always working toward the next major or minor release.

### Logo?

Expand Down
8 changes: 3 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ simple as adding the lines below to your pom.xml file:
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>8.0.0</version>
<version>9.0.0</version>
<scope>...</scope>
</dependency>
```

Or, for Gradle:

```
implementation "org.kitteh.irc:client-lib:8.0.0"
implementation "org.kitteh.irc:client-lib:9.0.0"
```

## Events
Expand Down Expand Up @@ -109,6 +109,4 @@ public class FriendlyBot {

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

Visit us in `#kitteh.org` on `irc.esper.net` for a chat (click
[here](https://webchat.esper.net/?nick=kicl_...&channels=%23kitteh.org) to join), or check out the
[Issue Tracker](https://github.com/KittehOrg/KittehIRCClientLib/issues) if you have trouble.
Check out the [Issue Tracker](https://github.com/KittehOrg/KittehIRCClientLib/issues) if you have trouble.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit fe05a80

Please sign in to comment.