diff --git a/Cargo.lock b/Cargo.lock index 89e106847..2f0f90d8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.6.0" +version = "0.7.0" dependencies = [ "ansi_colours", "ansi_term 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index d7c2ee738..455b3c6a9 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.6.0" +version = "0.7.0" [[bin]] name = "delta"