Skip to content

Commit 9033299

Browse files
committed
Bump version
1 parent 8745d69 commit 9033299

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
name = "diskus"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/diskus"
10-
version = "0.3.0"
10+
version = "0.3.1"
1111

1212
[dependencies]
1313
ignore = "0.4.3"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ hyperfine --warmup 5 'diskus' 'sn p -d0 -j8' 'du -sb' 'dust -d0'
6060
### On Debian-based systems
6161

6262
``` bash
63-
wget "https://github.com/sharkdp/diskus/releases/download/v0.3.0/diskus_0.3.0_amd64.deb"
64-
sudo dpkg -i diskus_0.3.0_amd64.deb
63+
wget "https://github.com/sharkdp/diskus/releases/download/v0.3.1/diskus_0.3.1_amd64.deb"
64+
sudo dpkg -i diskus_0.3.1_amd64.deb
6565
```
6666

6767
### On other distrubutions

0 commit comments

Comments
 (0)