diff --git a/README.md b/README.md
index ec599b64c..4de2148f8 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,12 @@ public class Example {
org.kitteh.irc
client-lib
- 7.2.1
+ 7.2.2
```
```groovy
-implementation "org.kitteh.irc:client-lib:7.2.1"
+implementation "org.kitteh.irc:client-lib:7.2.2"
```
Releases are available on Maven Central.
diff --git a/docs/index.md b/docs/index.md
index 728c99198..852f5d200 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.1
+ 7.2.2
...
```
@@ -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.1"
+implementation "org.kitteh.irc:client-lib:7.2.2"
```
## Events
diff --git a/pom.xml b/pom.xml
index d2c6f6565..39f308c99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.kitteh.irc
client-lib
- 7.2.2-SNAPSHOT
+ 7.2.2
jar