1
0
forked from Clones/Controlify

📜 Bump version + changelog

This commit is contained in:
isXander
2023-07-02 20:18:00 +01:00
parent 884ce1f2d3
commit b531dd5ae5
3 changed files with 29 additions and 1 deletions

View File

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