diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-11-21 18:44:23 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-11-21 18:44:23 +0100 |
commit | 66996255d797903392c43b4b3fe4afb8c2eaa0f8 (patch) | |
tree | 6507fb89b9101fa82529a62932ff7007c43cef4a | |
parent | ba9a983c4f002eeba9b9bb8500bfc2bf643d9046 (diff) | |
download | Skyblocker-66996255d797903392c43b4b3fe4afb8c2eaa0f8.tar.gz Skyblocker-66996255d797903392c43b4b3fe4afb8c2eaa0f8.tar.bz2 Skyblocker-66996255d797903392c43b4b3fe4afb8c2eaa0f8.zip |
Update to 1.4.0 [skip ci]
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 141703ed..4bc9cd02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release 1.4.1 + +Fixes +* Fixed color terminal solver not working for light blue color by @ExternalTime in #27 +* Cleaning in PriceInfoTooltip by @Zailer43 in #26 + +New Contributor +* @Zailer43 made their first contribution in #26 + +Full Changelog: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.4.0...v1.4.1 +___ # Release 1.4.0 New features diff --git a/gradle.properties b/gradle.properties index 6b234d16..5fedd9a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=5.0.38 mod_menu_version=2.0.4 # Mod Properties -mod_version = 1.4.0 +mod_version = 1.4.1 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ
\ No newline at end of file |