Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Aug 25, 2019
1 parent 0747a14 commit 556ed98
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 = "pastel"
readme = "README.md"
repository = "https://github.com/sharkdp/pastel"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
build = "build.rs"
exclude = ["doc/pastel.gif"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ echo " word"
### On Debian-based systems

``` bash
wget "https://github.com/sharkdp/pastel/releases/download/v0.5.0/pastel_0.5.0_amd64.deb"
sudo dpkg -i pastel_0.5.0_amd64.deb
wget "https://github.com/sharkdp/pastel/releases/download/v0.5.2/pastel_0.5.2_amd64.deb"
sudo dpkg -i pastel_0.5.2_amd64.deb
```

### On other distributions
Expand Down

0 comments on commit 556ed98

Please sign in to comment.