1
0
Fork 0

Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

3 changed files with 7 additions and 7 deletions

View file

@ -3,13 +3,13 @@
</p>
<p align="center">
<b>A Fabric mod allowing modpack authors to add non-overwriting override files.</b>
<a href="https://modrinth.com/mod/one-time-overrides">
<img width="160" src="https://raw.githubusercontent.com/modrinth/art/main/Branding/Badge/badge-dark.svg">
</a>
</p>
<p align="center">
<a href="https://modrinth.com/mod/one-time-overrides">
[Modrinth]
</a>
<b>A Fabric mod allowing modpack authors to add non-overwriting override files.</b>
</p>
# OneTimeOverrides

View file

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

View file

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