diff --git a/Cargo.lock b/Cargo.lock index 754ac71..d819ec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1175,7 +1175,7 @@ dependencies = [ [[package]] name = "file_icon_provider" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "gio 0.20.6", diff --git a/Cargo.toml b/Cargo.toml index 0f07483..c1027f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file_icon_provider" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Iohann Rabeson"] description = "Cross-platform Rust library to retrieve file icons on Windows and MacOS."