1
0
forked from Clones/Controlify

📜 Changelog + bump version

This commit is contained in:
isXander
2023-07-11 08:14:05 +01:00
parent f9c93c8ab1
commit 94fae09dd7
2 changed files with 6 additions and 1 deletions

View File

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

5
changelogs/1.4.3+1.20.md Normal file
View File

@ -0,0 +1,5 @@
# Controlify 1.4.3 for 1.20
## Bug Fixes
- Fix some binds triggering multiple times per tick.