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"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": "${fabricLoaderVersion}",
|
||||
"fabric-language-kotlin": "${fabricLanguageKotlinVersion}"
|
||||
"fabricloader": ">=${fabricLoaderVersion}",
|
||||
"fabric-language-kotlin": ">=${fabricLanguageKotlinVersion}"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue