1
0
forked from Clones/Controlify

📜 Bump version + changelog

This commit is contained in:
isXander
2023-07-10 18:18:53 +01:00
parent 01a0ce9b2f
commit 1ab42afdbb
2 changed files with 18 additions and 1 deletions

View File

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