From 297afad337a1ba6299e17a1f8054e7f6b1ae3d27 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 19 Aug 2018 12:31:35 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a2525bb..d8c9ee37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ dependencies = [ [[package]] name = "bat" -version = "0.4.2" +version = "0.5.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 95f7ecf1..84283543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "bat" readme = "README.md" repository = "https://github.com/sharkdp/bat" -version = "0.4.2" +version = "0.5.0" exclude = [ "assets/syntaxes/*", "assets/themes/*",