Skip to content

Commit d46429f

Browse files
author
Your Name
committed
chore: bump version to 0.3.5
1 parent 2f57855 commit d46429f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pstop"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55
description = "htop for Windows — beautiful, fast TUI system monitor with per-core CPU bars, memory/swap/network, tree view, process management, 7 color schemes, mouse support. Drop-in htop replacement for PowerShell & Windows Terminal."
66
license = "MIT"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ Format: simple `key=value` (htoprc-style). Persisted settings include:
275275
## Contributing
276276

277277
Contributions welcome! This is a Rust project using:
278-
- **ratatui** 0.29 - TUI framework
279-
- **crossterm** 0.28 - Terminal backend
280-
- **sysinfo** 0.33 - System information
281-
- **windows** 0.58 - Native Win32 APIs
278+
- **ratatui** 0.30 - TUI framework
279+
- **crossterm** 0.29 - Terminal backend
280+
- **sysinfo** 0.38 - System information
281+
- **windows** 0.62 - Native Win32 APIs
282282

283283
```powershell
284284
git clone https://github.com/marlocarlo/pstop.git

choco/pstop.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>pstop</id>
5-
<version>0.3.4</version>
5+
<version>0.3.5</version>
66
<title>pstop - htop for Windows</title>
77
<authors>marlocarlo</authors>
88
<owners>marlocarlo</owners>

0 commit comments

Comments
 (0)