summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-08-19 12:31:35 +0200
committersharkdp <davidpeter@web.de>2018-08-19 12:31:35 +0200
commit297afad337a1ba6299e17a1f8054e7f6b1ae3d27 (patch)
tree46a624b5546d4b2e1b02aaeeb48e2db05b8b4e05
parent1dddce3aa11818fd641542f5f79c20e5ecb5b837 (diff)
Bump version
-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 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/*",