From f6f395c89f91f7bc2f6b6cc5e88c2453d87d3990 Mon Sep 17 00:00:00 2001 From: GeorgeRNG <81434111+GeorgeRNG@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:37:39 +0100 Subject: [PATCH] add contributor, increase version --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index fa25158..2d1a769 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20.4+build.3 loader_version=0.15.3 # Mod Properties -mod_version=1.7.0 +mod_version=1.7.1 maven_group=dev.dfonline archives_base_name=CodeClient diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 68cdac1..ca2c06e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -15,7 +15,8 @@ }, "contributors": [ "RedVortex", - "msvae" + "msvae", + "BlazeMCworld" ], "license": "MIT", "icon": "assets/codeclient/icon.png",