1
0
Fork 0
This commit is contained in:
Moritz Ruth 2022-12-03 13:43:37 +01:00
parent 75f4764e7e
commit b17d07c6f8
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ plugins {
} }
group = "xyz.horizr.onetimeoverrides" group = "xyz.horizr.onetimeoverrides"
version = "1.0.0" version = "1.0.1"
repositories { repositories {
mavenCentral() mavenCentral()

View file

@ -23,7 +23,7 @@
] ]
}, },
"depends": { "depends": {
"fabricloader": "${fabricLoaderVersion}", "fabricloader": ">=${fabricLoaderVersion}",
"fabric-language-kotlin": "${fabricLanguageKotlinVersion}" "fabric-language-kotlin": ">=${fabricLanguageKotlinVersion}"
} }
} }