From 70480ee9d4e4169c5436f3ab3a7fa1c18ff1849e Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 21 Apr 2020 18:21:22 +0200 Subject: [PATCH] Bump version to v0.14.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33d3cad5..37a90451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bat" -version = "0.13.0" +version = "0.14.0" dependencies = [ "ansi_colours 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 030cb93a..101ac36d 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.13.0" +version = "0.14.0" exclude = [ "assets/syntaxes/*", "assets/themes/*",