diff --git a/changelog.md b/changelog.md index c41e890..817a87e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -* Add i18n support (Villager professions will now be translated with their proper names) -* Improve villager rendering performance by only using one villager instance to render all villagers \ No newline at end of file +* Fix crashing due to providing a server side villager to a render function (Courtesy of [ChiefArug](https://github.com/Mrbysco/JustEnoughProfessions/pull/17)) +* Make the head look up/down based on mouse position (Courtesy of [ChiefArug](https://github.com/Mrbysco/JustEnoughProfessions/pull/18)) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index ab0d6f3..bb705b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=4.0.2 +version=4.0.3 group=com.mrbysco.justenoughprofessions # Common