diff --git a/Cargo.lock b/Cargo.lock index 463e005..196ba7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "fif" -version = "0.5.1" +version = "0.5.2" dependencies = [ "assert_cmd", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 4c0224a..e039f07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fif" description = "A command-line tool for detecting and optionally correcting files with incorrect extensions." -version = "0.5.1" +version = "0.5.2" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later"