Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 27, 2021
1 parent 4461a04 commit 55be86f
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 @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
name = "binocle"
readme = "README.md"
repository = "https://github.com/sharkdp/binocle"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
rust-version = "1.56"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ the *width* of the rectangular grid as well as the way in which (groups of) byte
Download the appropriate `.deb` package from the [Release page](https://github.com/sharkdp/binocle/releases)
and install it via `dpkg`:
```
wget https://github.com/sharkdp/binocle/releases/download/v0.1.2/binocle_0.1.2_amd64.deb
sudo dpkg -i binocle_0.1.2_amd64.deb
wget https://github.com/sharkdp/binocle/releases/download/v0.2.0/binocle_0.2.0_amd64.deb
sudo dpkg -i binocle_0.2.0_amd64.deb
```

### From binaries (Linux, macOS, Windows)
Expand Down

0 comments on commit 55be86f

Please sign in to comment.