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",