From f10fb5c001393549c7b93ecdaaf842eda128602c Mon Sep 17 00:00:00 2001 From: IohannRabeson Date: Wed, 27 Nov 2024 02:46:52 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0f8fc5..6cd68e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "file_icon_provider" -version = "0.1.2" +version = "0.2.0" dependencies = [ "clap", "iced", diff --git a/Cargo.toml b/Cargo.toml index 33142e6..0980ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file_icon_provider" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["Iohann Rabeson"] description = "Cross-platform Rust library to retrieve file icons on Windows and MacOS."