From cabed845ce693c37c6bcccc8cec8128ff11bf7c1 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Mon, 2 May 2022 18:22:09 +1000 Subject: [PATCH] =?UTF-8?q?release=20v0.5.2=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 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"