diff --git a/NOTICE b/NOTICE
index 92d1bf105..79b1c149c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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.
@@ -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:
diff --git a/README.md b/README.md
index 4de2148f8..76f539a2a 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,12 @@ public class Example {
org.kitteh.irc
client-lib
- 7.2.2
+ 7.3.0
```
```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.
diff --git a/docs/index.md b/docs/index.md
index 852f5d200..f2789033a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -70,7 +70,7 @@ simple as adding the lines below to your pom.xml file:
org.kitteh.irc
client-lib
- 7.2.2
+ 7.3.0
...
```
@@ -78,7 +78,7 @@ simple as adding the lines below to your pom.xml file:
Or, for Gradle:
```
-implementation "org.kitteh.irc:client-lib:7.2.2"
+implementation "org.kitteh.irc:client-lib:7.3.0"
```
## Events
diff --git a/pom.xml b/pom.xml
index 1cff83575..4db283a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.kitteh.irc
client-lib
- 7.3.0-SNAPSHOT
+ 7.3.0
jar