diff --git a/Cargo.lock b/Cargo.lock index f1b0614..07fa467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "gitice" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 55b4b2c..24e7070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitice" -version = "2.0.1" +version = "2.0.2" authors = ["Harsh Shandilya ", "Amogh Lele "] edition = "2021" description = "Freeze your local git repositories for easy restoration"