diff --git a/Cargo.lock b/Cargo.lock index e0748b3..d53a950 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ [[package]] name = "gitice" -version = "1.0.0" +version = "2.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6297a26..2c39fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitice" -version = "1.0.0" +version = "2.0.0" authors = ["Harsh Shandilya ", "Amogh Lele "] edition = "2021" description = "Freeze your local git repositories for easy restoration"