From 37fbcf43afa9712bb36d72a5af08ff9d4fc87f2c Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Mon, 15 Jul 2024 11:17:53 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- utilities/earendil-gui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c002ea4..0c4f78f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1980,7 +1980,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "earendil" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyctx", "anyhow", @@ -2057,7 +2057,7 @@ dependencies = [ [[package]] name = "earendil-gui" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyctx", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c717df7..4eed2bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "earendil" -version = "0.5.3" +version = "0.5.4" edition = "2021" repository = "https://github.com/mel-project/earendil" license = "MPL-2.0" diff --git a/utilities/earendil-gui/Cargo.toml b/utilities/earendil-gui/Cargo.toml index 114ff38..d400939 100644 --- a/utilities/earendil-gui/Cargo.toml +++ b/utilities/earendil-gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "earendil-gui" -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/mel-project/earendil" license="MPL-2.0"