diff --git a/VeinMiner-Bukkit/src/main/resources/plugin.yml b/VeinMiner-Bukkit/src/main/resources/plugin.yml index 29b58dfc..6b4599c1 100644 --- a/VeinMiner-Bukkit/src/main/resources/plugin.yml +++ b/VeinMiner-Bukkit/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: VeinMiner main: wtf.choco.veinminer.VeinMiner -version: 1.17.4 +version: 1.17.5 description: Aims to recreate the Forge mod, VeinMiner, in an efficient, flexible and feature-filled way author: 2008Choco website: https://www.spigotmc.org/resources/12038/ diff --git a/build.gradle b/build.gradle index 1ee2a594..1f2707b0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { allprojects { group 'wtf.choco' // Group for each version - version '1.17.4' // Global version applied to all projects + version '1.17.5' // Global version applied to all projects tasks.withType(JavaCompile) { options.encoding 'UTF-8'