Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Mar 3, 2020
1 parent c3cf91d commit 524f2c8
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
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "pastel"
readme = "README.md"
repository = "https://github.com/sharkdp/pastel"
version = "0.7.0"
version = "0.7.1"
edition = "2018"
build = "build.rs"
exclude = ["doc/pastel.gif"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -123,8 +123,8 @@ echo " word"

You can download the latest Debian package from the [release page](https://github.com/sharkdp/pastel/releases) and install it via `dpkg`:
``` bash
wget "https://github.com/sharkdp/pastel/releases/download/v0.7.0/pastel_0.7.0_amd64.deb"
sudo dpkg -i pastel_0.7.0_amd64.deb
wget "https://github.com/sharkdp/pastel/releases/download/v0.7.1/pastel_0.7.1_amd64.deb"
sudo dpkg -i pastel_0.7.1_amd64.deb
```

### On Arch Linux
Expand Down

0 comments on commit 524f2c8

Please sign in to comment.