From 93f83c34f9f37d1cb1913d4d20be418377c65e67 Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Sat, 4 May 2024 17:08:39 -0700 Subject: [PATCH] Bump version to v0.4.4 (#95) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2a7324..76e2ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "caligula" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "approx", diff --git a/Cargo.toml b/Cargo.toml index c2e1a73..4a655a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A lightweight, user-friendly disk imaging tool" homepage = "https://github.com/ifd3f/caligula" repository = "https://github.com/ifd3f/caligula.git" authors = ["Astrid Yu "] -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "GPL-3.0"