diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-08-19 23:11:20 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-08-19 23:11:20 -0300 |
commit | e9fda053b04038c772d7fc0010f6c10557e0d83e (patch) | |
tree | ae0e99e7e159d0669514aeef47ea813c508b0435 | |
parent | 2d0b363fe3179087de59d9ef4a2d14af21d89071 (diff) |
Release 1.0.0
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 0aef053..b84bf3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.9 # Mod Properties - mod_version = 1.0.0-SNAPSHOT + mod_version = 1.0.0 maven_group = ganarchy.chewstuff.mc_1_19_2 archives_base_name = chewstuff-mc1.19.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9f07af9..ba566da 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,11 +8,12 @@ "authors": [ "SoniEx2" ], - "contributors": { + "contributors": [ "torako" - }, + ], "contact": { - "sources": "https://soniex2.autistic.space/git-repos/chewstuff.git" + "sources": "https://soniex2.autistic.space/git-repos/chewstuff.git", + "ganarchy": "web+ganarchy:2d0b363fe3179087de59d9ef4a2d14af21d89071" }, "license": "0BSD", |