From dde3eb8abcac087cd70db3cb03cfd266a3269993 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 15 Jul 2020 18:18:56 +0800 Subject: [PATCH] Close #49 Signed-off-by: shedaniel --- fabric/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index b763963..3d4d996 100755 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -9,7 +9,7 @@ "Danielshe" ], "contact": { - "homepage": "https://minecraft.curseforge.com/projects/light-overlay", + "homepage": "https://www.curseforge.com/minecraft/mc-mods/light-overlay", "sources": "https://github.com/shedaniel/LightOverlay-Fabric", "issues": "https://github.com/shedaniel/LightOverlay-Fabric/issues" }, diff --git a/gradle.properties b/gradle.properties index 9a15436..3032994 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -mod_version=5.4.0 +mod_version=5.4.1 # fabric fabric_minecraft_version=1.16.1 -- 2.44.0