From b3ea4194361b7e02af8c373616e63a2d669ae69e Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Tue, 9 Apr 2024 15:44:23 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/applesauce-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94b8975..da0f639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ dependencies = [ [[package]] name = "applesauce-cli" -version = "0.4.3" +version = "0.4.4" dependencies = [ "applesauce", "cfg-if", diff --git a/crates/applesauce-cli/Cargo.toml b/crates/applesauce-cli/Cargo.toml index ca53929..05af396 100644 --- a/crates/applesauce-cli/Cargo.toml +++ b/crates/applesauce-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "applesauce-cli" -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "GPL-3.0-or-later" description = "A command-line interface for compressing and decompressing files using macos transparent compression"