Skip to content

Commit

Permalink
Bump version to 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
2008Choco committed Feb 9, 2021
1 parent 518393b commit f90a7bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VeinMiner-Bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion VeinMiner-Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f90a7bf

Please sign in to comment.