From 67a237d48fba9db1787bc02a5c04b40f01231a6c Mon Sep 17 00:00:00 2001 From: Draylar Date: Thu, 6 Jun 2019 22:46:48 -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 057d047..c088429 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "vanilla-hammers" -version = "1.4.0" +version = "1.4.1" minecraft { } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7ae6d6c..839a8aa 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.4.0", + "version": "1.4.1", "name": "Vanilla Hammers", "description": "Adds a ton of new hammers to the game!",