From 3769828c530f6f40aba78766ed0c78480d5fc299 Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Fri, 26 Apr 2024 21:35:26 -0700 Subject: [PATCH] v0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76001db..bd6aec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1785,7 +1785,7 @@ dependencies = [ [[package]] name = "systemctl-tui" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 20bc622..a86930f 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.3.3" +version = "0.3.4" edition = "2021" authors = ["Reilly Wood"] license = "MIT"