From 202a41d1ceaa9f8fca4c837f5661cd6305aee688 Mon Sep 17 00:00:00 2001 From: irabeson Date: Sun, 1 Dec 2024 19:36:28 -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 d819ec8..e95e05a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1175,7 +1175,7 @@ dependencies = [ [[package]] name = "file_icon_provider" -version = "0.2.1" +version = "0.3.0" dependencies = [ "clap", "gio 0.20.6", diff --git a/Cargo.toml b/Cargo.toml index c1027f5..e7555bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file_icon_provider" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["Iohann Rabeson"] description = "Cross-platform Rust library to retrieve file icons on Windows and MacOS."