v1.0.1
This commit is contained in:
parent
75f4764e7e
commit
b17d07c6f8
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": "${fabricLoaderVersion}",
|
"fabricloader": ">=${fabricLoaderVersion}",
|
||||||
"fabric-language-kotlin": "${fabricLanguageKotlinVersion}"
|
"fabric-language-kotlin": ">=${fabricLanguageKotlinVersion}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue