diff --git a/changelogs/1.1.1-beta+fabric-1.19.md b/changelogs/1.1.1-beta+fabric-1.19.md new file mode 100644 index 0000000..67d3452 --- /dev/null +++ b/changelogs/1.1.1-beta+fabric-1.19.md @@ -0,0 +1,6 @@ +Now with sound! + +**Added**: +- Context added to ScreenHandlerFactory to allow sounds to be played + +**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.1.0+fabric-1.19...v1.1.1-beta+fabric-1.19 diff --git a/gradle.properties b/gradle.properties index d25214f..6367f87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,6 +16,6 @@ fabricKotlinVersionId=5Aq3SFbi # Mod Properties mavenGroup=com.github.eth0net modId=enchant-menu -modVersion=1.1.1-alpha+fabric-1.19 -modVersionName=1.1.1 Alpha Fabric 1.19 -modVersionType=alpha +modVersion=1.1.1-beta+fabric-1.19 +modVersionName=1.1.1 Beta Fabric 1.19 +modVersionType=beta