From 805964fb54871f0154ee155bf21729b77ffd4a1c Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Sat, 29 Jun 2024 00:27:23 -0700 Subject: [PATCH] chore: bump version to 2.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ca2b13..fec4597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mime_guess" -version = "2.0.4" +version = "2.0.5" authors = ["Austin Bonander "] license = "MIT" description = "A simple crate for detection of a file's MIME type by its extension."