diff --git a/CHANGELOG.md b/CHANGELOG.md index dac85d6..5b76a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.9.14 + +* Added: Additional processes error checking +* Added: Additional sensors error checking +* Added: Additional psutil error checking + ## v0.9.13 * Added: More robust psutil error handling diff --git a/bashtop b/bashtop index 682beb2..fcbd11c 100755 --- a/bashtop +++ b/bashtop @@ -91,7 +91,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.13" +declare version="0.9.14" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop