Skip to content

Commit

Permalink
Bump version to 1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
2008Choco committed Feb 18, 2021
1 parent 3cfb7a2 commit 1be15eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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/
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.4' // Global version applied to all projects
version '1.17.5' // Global version applied to all projects

tasks.withType(JavaCompile) {
options.encoding 'UTF-8'
Expand Down

0 comments on commit 1be15eb

Please sign in to comment.