diff --git a/Cargo.lock b/Cargo.lock index 650dc37..370f1dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "git-trim" -version = "0.2.5" +version = "0.3.0" dependencies = [ "anyhow", "derive_deref", diff --git a/Cargo.toml b/Cargo.toml index 5a3d4c3..3bf16de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "git-trim" description = "Automatically trims your tracking branches whose upstream branches are merged or stray" license = "MIT" -version = "0.2.5" +version = "0.3.0" authors = ["SeongChan Lee "] repository = "https://github.com/foriequal0/git-trim" readme = "README.md"