From b48dcec5898e4f0369440d306b0b1cbcb697f67c Mon Sep 17 00:00:00 2001 From: Intelli Date: Mon, 25 Sep 2023 14:36:37 -0600 Subject: [PATCH] CoreProtect v22.2 release --- README.md | 2 +- build.gradle | 2 +- pom.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 88ba6c0..d287c05 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 d4cda7c..79eaf20 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 5fe2bcd..b5363eb 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