1
0
forked from Clones/Controlify

📜 Changelog + bump version

This commit is contained in:
isXander
2023-07-08 23:14:47 +01:00
parent 74b9410e3c
commit 81df45a850
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
}
group = "dev.isxander"
version = "1.4.0+1.20"
version = "1.4.1+1.20"
val isBeta = "beta" in version.toString()
if (isBeta) println("Beta version detected.")