v1.0.5 Fixed attribute typo

pull/42/head v1.0.5
aristocratos 2020-08-05 22:32:07 +02:00
parent 7be69a7c85
commit cd9cc89d6d
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v1.0.5
* Fixed: Attribute typo in detailed process collection
## v1.0.4
* Fixed: Crash when filtering and showing info box

View File

@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
quit(1)
VERSION: str = "1.0.4"
VERSION: str = "1.0.5"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: