Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Nov 2, 2018
1 parent 98d0786 commit 93b6c65
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.2.0"
version = "0.3.0"

[dependencies]
ignore = "0.4.3"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,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.2.0/diskus_0.2.0_amd64.deb"
sudo dpkg -i diskus_0.2.0_amd64.deb
wget "https://github.com/sharkdp/diskus/releases/download/v0.3.0/diskus_0.3.0_amd64.deb"
sudo dpkg -i diskus_0.3.0_amd64.deb
```

### On other distrubutions
Expand Down

0 comments on commit 93b6c65

Please sign in to comment.