From fff052af4de9747797a74326dbfd8e9cf9568b88 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 May 2023 13:42:53 +0530 Subject: [PATCH] chore(release): bump gitice to version 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"