Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Nov 4, 2018
1 parent cb87813 commit cf4a5e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "diskus"
readme = "README.md"
repository = "https://github.com/sharkdp/diskus"
version = "0.3.1"
version = "0.4.0"

[dependencies]
num_cpus = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ hyperfine --warmup 5 'diskus' 'sn p -d0 -j8' 'du -sb' 'dust -d0'
### On Debian-based systems

``` bash
wget "https://github.com/sharkdp/diskus/releases/download/v0.3.1/diskus_0.3.1_amd64.deb"
sudo dpkg -i diskus_0.3.1_amd64.deb
wget "https://github.com/sharkdp/diskus/releases/download/v0.4.0/diskus_0.4.0_amd64.deb"
sudo dpkg -i diskus_0.4.0_amd64.deb
```

### On Arch-based systems
Expand Down

2 comments on commit cf4a5e0

@polyzen
Copy link
Contributor

@polyzen polyzen commented on cf4a5e0 Nov 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hasn't made it to crates.io.

@sharkdp
Copy link
Owner Author

@sharkdp sharkdp commented on cf4a5e0 Nov 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thank you.

Please sign in to comment.