diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fc58e..818b901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## v.0.8.30 +## v0.8.31 + +* Fixed: Theme 2-color gradient generation +* Fixed: Theme file error checking + +## v0.8.30 * Fixed: Crash on missing net device diff --git a/bashtop b/bashtop index 6ae6d7e..2277cff 100755 --- a/bashtop +++ b/bashtop @@ -66,7 +66,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.8.30" +declare version="0.8.31" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop