From 1008c371633b4ebbcb7312d2ded37ee1802494d8 Mon Sep 17 00:00:00 2001 From: arabian Date: Wed, 10 Jun 2026 15:15:11 +0300 Subject: [PATCH] change version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."