Skip to content

Commit

Permalink
v1.0.22 Fixed 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Nov 3, 2021
1 parent 2107f70 commit 4516922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.22

* Fixed: Bad values for disks and network on 32-bit

## v1.0.21

* Fixed: Removed extra spaces in cpu name
Expand Down
2 changes: 1 addition & 1 deletion src/btop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.21";
const string Version = "1.0.22";

int coreCount;
string overlay;
Expand Down

0 comments on commit 4516922

Please sign in to comment.