Skip to content

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 3, 2021
1 parent 0fac2bf commit b319dca
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.0"
version = "0.1.1"
edition = "2018"
resolver = "2"

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.0/binocle_0.1.0_amd64.deb
sudo dpkg -i binocle_0.1.0_amd64.deb
wget https://github.com/sharkdp/binocle/releases/download/v0.1.1/binocle_0.1.1_amd64.deb
sudo dpkg -i binocle_0.1.1_amd64.deb
```

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

0 comments on commit b319dca

Please sign in to comment.