From 9e122309028d67b24aeef39a9915d9d9f5bf5559 Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Thu, 9 Nov 2023 17:57:50 -0800 Subject: [PATCH] Bump version for v0.4.3 (#68) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13ac6c9..ece202c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "caligula" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "approx", diff --git a/Cargo.toml b/Cargo.toml index 4318f5a..ccd7848 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.2" +version = "0.4.3" edition = "2021" license = "GPL-3.0"