diff --git a/CHANGELOG.md b/CHANGELOG.md index 4171d5f..edbc542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.9.11 + +* Fixed: Processes text color now sets RGB instead of RBB... + ## v0.9.10 * Fixed: Humanizer function now round values 1000-1023 up to 1024 to fit size constraints. diff --git a/bashtop b/bashtop index 37852a1..016d3b1 100755 --- a/bashtop +++ b/bashtop @@ -91,7 +91,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.10" +declare version="0.9.11" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop