CoreProtect v21.2 release

This commit is contained in:
Intelli 2022-03-21 16:45:42 -06:00
parent 703d52bcc7
commit 8fd41ac231
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = 'net.coreprotect'
String projectVersion = '21.1'
String projectVersion = '21.2'
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.'

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.coreprotect</groupId>
<artifactId>CoreProtect</artifactId>
<version>21.1</version>
<version>21.2</version>
<properties>
<project.branch></project.branch>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>