From fc7f5d2980ee6ec61985a36b460a7f0261cb230f Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 7 Jan 2024 11:15:09 -0800 Subject: [PATCH] v3.1.2 Release notes: - Fix `rez` and `fileicon` invocations when using the (hidden) `--set-icon-using` flag. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76d4bc3..ca11b1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "folderify" -version = "3.1.1" +version = "3.1.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index e0081de..892c3be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "folderify" -version = "3.1.1" +version = "3.1.2" edition = "2021" description = "Generate a native-style macOS folder icon from a mask file." license = "MIT"