diff --git a/Cargo.lock b/Cargo.lock index 90aaa31e4..2f8ca3777 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.18.0" +version = "0.18.1" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 777f67e62..62ce5497b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" homepage = "https://github.com/dandavison/delta" license = "MIT" repository = "https://github.com/dandavison/delta" -version = "0.18.0" +version = "0.18.1" [[bin]] name = "delta"