From 476209b82e2d36a20e2a0512d1e924bcc8295c75 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sun, 4 Sep 2022 13:52:37 +1000 Subject: [PATCH] =?UTF-8?q?release=20v0.6.0=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"