diff --git a/Cargo.lock b/Cargo.lock index 7704da8..7e48a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,7 +613,7 @@ dependencies = [ [[package]] name = "egui_rpm_installer" -version = "1.0.0" +version = "1.0.1" dependencies = [ "eframe", "egui", diff --git a/Cargo.toml b/Cargo.toml index 1c9e99e..20d2a55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_rpm_installer" -version = "1.0.0" +version = "1.0.1" edition = "2024" authors = ["arabianq"] description = "Simple graphical utility that installs/upgrades/removes .rpm files built with Rust and EGUI."