diff --git a/Cargo.lock b/Cargo.lock index 25328e7..de1b93e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ dependencies = [ [[package]] name = "deduplicator" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8fe0b60..7a5cc1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "deduplicator" -version = "0.0.4" +version = "0.0.5" edition = "2021" description = "find,filter,delete Duplicates" license = "MIT" -authors = ["Sreedev Kodichath ", "Valentin Bersier "] +authors = ["Sreedev Kodichath ", "Valentin Bersier ", "Dhruva Sagar "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html