From adef0575905efdc54c840e828090ea2fc75a812f Mon Sep 17 00:00:00 2001 From: Intelli Date: Tue, 27 Jul 2021 14:16:20 -0600 Subject: [PATCH] CoreProtect v20.1 release --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 18bc68e..6bf835a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'net.coreprotect' -String projectVersion = '20.0' +String projectVersion = '20.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 66edcbe..2860ad1 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.coreprotect CoreProtect - 20.0 + 20.1 UTF-8