From 3f26782c653eb70d5ec0623b019b998907498371 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 7 Jan 2024 18:36:27 -0800 Subject: [PATCH] v3.2.2 Release notes: - Add basic checks that the target exists and was assigned successfully. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5b449b..c21217e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "folderify" -version = "3.2.1" +version = "3.2.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 9d69d5a..f8096f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "folderify" -version = "3.2.1" +version = "3.2.2" edition = "2021" description = "Generate a native-style macOS folder icon from a mask file." license = "MIT"