From 6d6a2de81f222a3ec112aaf366e93dd30268f70a Mon Sep 17 00:00:00 2001 From: Andrew6rant <57331134+Andrew6rant@users.noreply.github.com> Date: Wed, 5 Jan 2022 16:37:43 -0500 Subject: [PATCH] mod version bump --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ccda038..9cd7814 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.6 # Mod Properties - mod_version = 2.1.1 + mod_version = 2.1.2 maven_group = io.github.Andrew6rant archives_base_name = stacker diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5e70f0c..5ed2e49 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "stacker", - "version": "2.1.1", + "version": "2.1.2", "name": "Stacker", "description": "Change the stack size of all items!",