Skip to content

Commit

Permalink
📜 Bump version 1.4.6 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jul 26, 2023
1 parent 84e2279 commit 5bf08ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
6 changes: 6 additions & 0 deletions changelogs/1.4.6+1.20.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5bf08ba

Please sign in to comment.