From b8ef2841083f002c6574b2a3be2037ed85fd0c64 Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Sat, 20 Jan 2024 18:54:32 -0800 Subject: [PATCH] v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffc0486..7448774 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "systemctl-tui" -version = "0.2.4" +version = "0.3.0" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index ba6887b..1f6a390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "systemctl-tui" description = "A simple TUI for interacting with systemd services and their logs" homepage = "https://github.com/rgwood/systemctl-tui" repository = "https://github.com/rgwood/systemctl-tui" -version = "0.2.4" +version = "0.3.0" edition = "2021" authors = ["Reilly Wood"] license = "MIT"