From c8e59251cd17221a9f97c475b63f55b128b9cd8c Mon Sep 17 00:00:00 2001 From: JayCeeCreates Date: Tue, 10 Aug 2021 18:59:56 +0800 Subject: [PATCH] Update to 1.17.x-1.1.1 --- 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 c5afb5e..9bb55f5 100755 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.3 # Mod Properties - mod_version = 1.17.x-1.1.0 + mod_version = 1.17.x-1.1.1 maven_group = jayceecreates.earlygame archives_base_name = earlygame diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e883308..0cc3446 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "earlygame", - "version": "1.17.x-1.1.0", + "version": "1.17.x-1.1.1", "name": "EarlyGame", "description": "A Fabric mod that focuses on changing early game progression that makes the gameplay feel more \"realistic\".",