1
0
forked from Clones/Controlify

📜 Bump to 1.5.1 + changelog

This commit is contained in:
isXander
2023-08-11 23:21:35 +01:00
parent 1c3aee7ea5
commit f2e8fc1187
3 changed files with 24 additions and 2 deletions

View File

@ -12,7 +12,7 @@ plugins {
}
group = "dev.isxander"
version = "1.5.0+1.20"
version = "1.5.1+1.20"
val isAlpha = "alpha" in version.toString()
val isBeta = "beta" in version.toString()
if (isAlpha) println("Alpha version detected.")