From 55be86f0f5b4d8b2bb1f738673c50d9b0796fee7 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 27 Oct 2021 09:42:23 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d0841b..bee2a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "binocle" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index eed6ec5..36b2fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 418cbad..b4ae07c 100644 --- a/README.md +++ b/README.md @@ -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)