From 9fa9bd5d3ff2f5e33044bf1c56ae1caf28fa612c Mon Sep 17 00:00:00 2001 From: Draylar Date: Sat, 18 May 2019 20:28:17 -0500 Subject: [PATCH] version bump --- build.gradle | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 35d055d..7f5b1ba 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "vanilla-hammers" -version = "1.3.0" +version = "1.3.1" minecraft { } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e59ee13..eda6fdc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "vanilla-hammers", - "version": "1.3.0", + "version": "1.3.1", "name": "Vanilla Hammers", "description": "Adds 13 new hammers to the game!",