diff --git a/Cargo.lock b/Cargo.lock index 575f306..2301098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "edera-sprout" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index 8004133..520e87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "edera-sprout" description = "Modern UEFI bootloader" license = "Apache-2.0" -version = "0.0.3" +version = "0.0.4" homepage = "https://sprout.edera.dev" repository = "https://github.com/edera-dev/sprout" edition = "2024"