diff --git a/README.md b/README.md index 6b906300..3ce380df 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For a detailed description of the plugin, please visit [spigotmc.org/resources/c | CoreProtect Discord: | [discord.gg/b4DZ4jy](https://discord.gg/b4DZ4jy) | | CoreProtect Patreon: | [patreon.com/coreprotect](https://www.patreon.com/coreprotect) | | CoreProtect Documentation: | [docs.coreprotect.net](https://docs.coreprotect.net) | -| Downloads for MC 1.14 - 1.17: | [spigotmc.org/resources/coreprotect.8631](https://www.spigotmc.org/resources/coreprotect.8631/) | +| Downloads for MC 1.14 - 1.18: | [spigotmc.org/resources/coreprotect.8631](https://www.spigotmc.org/resources/coreprotect.8631/) | | Downloads for MC 1.8 - 1.12: | [coreprotect.net/legacy](https://coreprotect.net/legacy/) | bStats @@ -41,7 +41,7 @@ Maven net.coreprotect coreprotect - 20.0 + 20.4 provided ``` diff --git a/build.gradle b/build.gradle index f9566ada..93e584a6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'net.coreprotect' -String projectVersion = '20.3' +String projectVersion = '20.4' 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 7231c2c4..1acf5360 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.coreprotect CoreProtect - 20.3 + 20.4 UTF-8