1
0
forked from Clones/Controlify

📜 Changelog + bump version (1.3.1)

This commit is contained in:
isXander
2023-06-21 19:10:08 +01:00
parent 1e6db9d83b
commit ced6a13dd0
2 changed files with 14 additions and 1 deletions

View File

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