From b88132eb295545b3fb67d977d1f0b8055c0f1625 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 6 Mar 2020 20:33:54 -0500 Subject: [PATCH] 1.0.10 Add Issues Link --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- src/main/resources/fabric.mod.json | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e44dc2..79d6df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +**1.0.10** +* Add Issues Link + **1.0.9** * Update Particles diff --git a/gradle.properties b/gradle.properties index 183b5f2..a44aacf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G loader_version = 0.7.8+build.186 # Mod Properties - mod_version = 1.0.9 + mod_version = 1.0.10 maven_group = com.thebrokenrail archives_base_name = sorcerycraft diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a24e790..31d7258 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,7 +9,8 @@ ], "contact": { "homepage": "https://thebrokenrail.com/", - "sources": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft.git" + "sources": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft.git", + "issues": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/issues" }, "license": "MIT", "icon": "assets/sorcerycraft/textures/block/casting_table.png",