diff --git a/README.md b/README.md
index 88ba6c0b..d287c05e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Maven
net.coreprotect
coreprotect
- 22.1
+ 22.2
provided
```
diff --git a/build.gradle b/build.gradle
index d4cda7c7..79eaf20d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = 'net.coreprotect'
-String projectVersion = '22.1'
+String projectVersion = '22.2'
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 5fe2bcdb..b5363eb0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
net.coreprotect
CoreProtect
- 22.1
+ 22.2
UTF-8
@@ -101,9 +101,9 @@
bukkit: org.bukkit
-->
- dev.folia
- folia-api
- 1.20.1-R0.1-SNAPSHOT
+ io.papermc.paper
+ paper-api
+ 1.20.2-R0.1-SNAPSHOT
provided