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!",