From 75f66bf212b54ff31f21bf74e08a4d83060389b7 Mon Sep 17 00:00:00 2001 From: Intelli Date: Thu, 10 Mar 2022 16:41:54 -0700 Subject: [PATCH] CoreProtect v21.1 release --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b546004..c7877f5 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'net.coreprotect' -String projectVersion = '21.0' +String projectVersion = '21.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 ef75c92..959e394 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.coreprotect CoreProtect - 21.0 + 21.1 UTF-8