From a8af7e36fc0b3dbd6eba30ce5becdb572492cdca Mon Sep 17 00:00:00 2001 From: HoLLy Date: Sat, 31 Aug 2024 18:38:34 +0200 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cdf3fe..6c351f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "git-dumper" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cf27a71..71020d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-dumper" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A tool to dump exposed .git directories" license = "MIT"