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