From f90a7bff93e6da7a14e02e0f81f56b5de8145e06 Mon Sep 17 00:00:00 2001 From: Parker Hawke Date: Tue, 9 Feb 2021 15:47:42 -0500 Subject: [PATCH] Bump version to 1.17.3 --- VeinMiner-Bukkit/src/main/resources/plugin.yml | 2 +- VeinMiner-Fabric/src/main/resources/fabric.mod.json | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VeinMiner-Bukkit/src/main/resources/plugin.yml b/VeinMiner-Bukkit/src/main/resources/plugin.yml index e2cb8cdb..66c45e77 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.2 +version: 1.17.3 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/VeinMiner-Fabric/src/main/resources/fabric.mod.json b/VeinMiner-Fabric/src/main/resources/fabric.mod.json index afd82893..3eccc25c 100644 --- a/VeinMiner-Fabric/src/main/resources/fabric.mod.json +++ b/VeinMiner-Fabric/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "veinminer4bukkit", - "version": "1.17.2", + "version": "1.17.3", "name": "VeinMiner 4 Bukkit", "description": "Integrates VeinMiner for Bukkit servers to allow for activation with custom keybinds.", diff --git a/build.gradle b/build.gradle index 450e99aa..cb56cbe8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { allprojects { group 'wtf.choco' // Group for each version - version '1.17.2' // Global version applied to all projects + version '1.17.3' // Global version applied to all projects tasks.withType(JavaCompile) { options.encoding 'UTF-8'