From ab3b832911ebb83af6a3af2653772d55daaa254f Mon Sep 17 00:00:00 2001 From: andi-makes Date: Sat, 11 May 2024 11:35:51 +0200 Subject: [PATCH] bump version, add poqli to contributors --- fabric/src/main/resources/fabric.mod.json | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 4e24d02..7bd1253 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -9,7 +9,8 @@ ], "contributors": [ "agnor99", - "Alveel" + "Alveel", + "poqli" ], "contact": { "sources": "https://github.com/SchmarrnDevs/Lighty", diff --git a/gradle.properties b/gradle.properties index ac16e39..6fbc26d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ minecraft_version=1.20.3 fabric_enabled=true forge_enabled=true -mod_version=2.2.0 +mod_version=2.3.0 maven_group=dev.schmarrn mod_name=lighty