summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-26 18:45:44 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-26 18:45:44 -0400
commit8f486295f621c604fdb31134f3a8de76b92bf6bc (patch)
treefe05b1f3aa5c69c4765aa9013ab6b48a7bb07cbb
parentc6380766e5ec86aa6e3c4eaeb8e41938df7969c3 (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 bd8a460d..129535aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -344,7 +344,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.0.18"
+version = "0.1.0"
dependencies = [
"ansi_colours 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 6a19e18f..1d5728d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/dandavison/delta"
license = "MIT"
readme = "README.md"
repository = "https://github.com/dandavison/delta"
-version = "0.0.18"
+version = "0.1.0"
[[bin]]
name = "delta"