From d27a9e7754a3323d4a515a996c58d855ec67853c Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Sun, 20 Aug 2023 23:58:09 -0700 Subject: [PATCH] Bump to release 0.4.2 (#62) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dac1d1..5a75499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "caligula" -version = "0.4.0" +version = "0.4.2" dependencies = [ "anyhow", "approx", diff --git a/Cargo.toml b/Cargo.toml index 96c71b9..65651ae 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.0" +version = "0.4.2" edition = "2021" license = "GPL-3.0"