diff --git a/Cargo.lock b/Cargo.lock index a4de783..0a5a270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "restic-integrity" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index bc1624e..3be7af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"