From 69c163468f4eb52e8bb4c7adeaa5a64a666c8ed3 Mon Sep 17 00:00:00 2001 From: Intelli Date: Tue, 29 Aug 2023 15:34:24 -0600 Subject: [PATCH] CoreProtect v22.1 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 bbabd7b..88ba6c0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Maven net.coreprotect coreprotect - 22.0 + 22.1 provided ``` diff --git a/build.gradle b/build.gradle index 0be5121..d4cda7c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'net.coreprotect' -String projectVersion = '22.0' +String projectVersion = '22.1' 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 5d7c6c4..5fe2bcd 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.coreprotect CoreProtect - 22.0 + 22.1 UTF-8