From 375c83f22e161f1d7050273e60f24d1271369700 Mon Sep 17 00:00:00 2001 From: Matteo Date: Mon, 5 Jun 2023 22:56:19 +0200 Subject: [PATCH] 0.0.6 --- 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 d9e14d19..5779f1cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.parallel=true loader_version=0.14.21 # Mod Properties - mod_version = 0.0.6-rc1 + mod_version = 0.0.6 maven_group = com.example archives_base_name = sculk_depths diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4d5a386b..a98ad3bf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,8 @@ ], "contact": { "homepage": "https://github.com/warior456/Sculk-Depths/blob/main/README.md", - "sources": "https://github.com/warior456/sculk_depths" + "sources": "https://github.com/warior456/sculk_depths", + "issues": "https://github.com/warior456/Sculk-Depths/issues" }, "license": "Custom License",