From 96a7192a0263f3b32bd33849d1e219ace85679cb Mon Sep 17 00:00:00 2001 From: Intelli Date: Tue, 7 May 2024 17:48:31 -0600 Subject: [PATCH] CoreProtect v22.3 release --- README.md | 2 +- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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