Skip to content

Commit 02a93ec

Browse files
committed
Version to 7.3.0 for release
1 parent a456426 commit 02a93ec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
See the LICENSE file for the Kitteh IRC Client Library copyright and license.
22

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

55

66

@@ -40,7 +40,7 @@ License for the specific language governing permissions and limitations
4040
under the License.
4141
-----------------------
4242

43-
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
43+
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
4444

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ public class Example {
4343
<dependency>
4444
<groupId>org.kitteh.irc</groupId>
4545
<artifactId>client-lib</artifactId>
46-
<version>7.2.2</version>
46+
<version>7.3.0</version>
4747
</dependency>
4848
```
4949

5050
```groovy
51-
implementation "org.kitteh.irc:client-lib:7.2.2"
51+
implementation "org.kitteh.irc:client-lib:7.3.0"
5252
```
5353

5454
Releases are available on Maven Central.

docs/index.md

+2-2
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>7.2.2</version>
73+
<version>7.3.0</version>
7474
<scope>...</scope>
7575
</dependency>
7676
```
7777

7878
Or, for Gradle:
7979

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

8484
## Events

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>7.3.0-SNAPSHOT</version>
7+
<version>7.3.0</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)