From 78ef45d049119af3ba83c216add3cd2066ff5255 Mon Sep 17 00:00:00 2001 From: Intelli Date: Fri, 9 Dec 2022 14:55:54 -0700 Subject: [PATCH] CoreProtect v21.3 release --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bcd754b..406f82b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'net.coreprotect' -String projectVersion = '21.2' +String projectVersion = '21.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 fc606f4..f8eceda 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.coreprotect CoreProtect - 21.2 + 21.3 UTF-8