1
0
forked from Clones/Controlify

Update to 1.20.4

This commit is contained in:
isxander
2023-12-07 22:46:53 +00:00
parent 5b44b3e019
commit 22d5950255
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ plugins {
}
group = "dev.isxander"
version = "1.7.0+1.20.3"
version = "1.7.0+1.20.4"
val isAlpha = "alpha" in version.toString()
val isBeta = "beta" in version.toString()
if (isAlpha) println("Controlify alpha version detected.")
@ -184,7 +184,7 @@ publishMods {
modLoaders.add("fabric")
// modrinth and curseforge use different formats for snapshots. this can be expressed globally
val stableMCVersions = listOf("1.20.2")
val stableMCVersions = listOf("1.20.3", "1.20.4")
val modrinthId: String by project
if (modrinthId.isNotBlank() && hasProperty("modrinth.token")) {