Skip to content

Commit

Permalink
Version to 7.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Jul 23, 2020
1 parent a456426 commit 02a93ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
See the LICENSE file for the Kitteh IRC Client Library copyright and license.

This project, when built, includes the MBassador event bus and Netty framework.
This project, when built, has a "shaded" jar which includes the MBassador event bus and Netty framework.



Expand Down Expand Up @@ -40,7 +40,7 @@ License for the specific language governing permissions and limitations
under the License.
-----------------------

The Netty framework additionally includes other projects with their own licenses. These licenses can be found at https://github.com/netty/netty/tree/4.0/license
The Netty framework additionally includes other projects with their own licenses. These licenses can be found at https://github.com/netty/netty/tree/4.1/license

For your convenience, the full text of the Apache License, version 2.0:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ public class Example {
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>7.2.2</version>
<version>7.3.0</version>
</dependency>
```

```groovy
implementation "org.kitteh.irc:client-lib:7.2.2"
implementation "org.kitteh.irc:client-lib:7.3.0"
```

Releases are available on Maven Central.
Expand Down
4 changes: 2 additions & 2 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>7.2.2</version>
<version>7.3.0</version>
<scope>...</scope>
</dependency>
```

Or, for Gradle:

```
implementation "org.kitteh.irc:client-lib:7.2.2"
implementation "org.kitteh.irc:client-lib:7.3.0"
```

## Events
Expand Down
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>7.3.0-SNAPSHOT</version>
<version>7.3.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 02a93ec

Please sign in to comment.