summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-21 18:21:22 +0200
committersharkdp <davidpeter@web.de>2020-04-21 18:21:22 +0200
commit70480ee9d4e4169c5436f3ab3a7fa1c18ff1849e (patch)
tree863cd070be9bc9eb9f977ac9c953c9025ea9d150
parent371c929edee3331b008dffe5d32e779aa2600e93 (diff)
Bump version to v0.14.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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/*",