diff --git a/README.md b/README.md
index d287c05..1b8d83e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Maven
net.coreprotect
coreprotect
- 22.2
+ 22.3
provided
```
diff --git a/build.gradle b/build.gradle
index ea9e65a..e8e7a5b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = 'net.coreprotect'
-String projectVersion = '22.2'
+String projectVersion = '22.3'
String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
diff --git a/pom.xml b/pom.xml
index 0c035ad..64d7d1b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
net.coreprotect
CoreProtect
- 22.2
+ 22.3
UTF-8