1
0
forked from Clones/Controlify

📜 Bump version 1.4.6 + changelog

This commit is contained in:
isXander
2023-07-26 11:38:23 +01:00
parent 84e2279633
commit 5bf08bacb9
2 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ plugins {
}
group = "dev.isxander"
version = "1.4.5+1.20"
version = "1.4.6+1.20"
val isAlpha = "alpha" in version.toString()
val isBeta = "beta" in version.toString()
if (isAlpha) println("Alpha version detected.")

6
changelogs/1.4.6+1.20.md Normal file
View File

@ -0,0 +1,6 @@
# Controlify 1.4.6 for 1.20
## Bug Fixes
- Fix hotplug issue whilst in-game.
- Fix crash when depending on Controlify in a loom development environment