diff --git a/Cargo.lock b/Cargo.lock index 7cdadec..a813f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "fif" -version = "0.5.2" +version = "0.6.0" dependencies = [ "assert_cmd", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 3fe6ff2..0e2c257 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.2" +version = "0.6.0" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later"