From cfa2443507d2ae8a28bd1aee6733ac70a797e86c Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Sat, 14 Sep 2024 07:18:27 -0700 Subject: [PATCH] v0.3.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d026e5..85e1f71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,7 +1835,7 @@ dependencies = [ [[package]] name = "systemctl-tui" -version = "0.3.7" +version = "0.3.8" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 4c112ee..b1c47cf 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.7" +version = "0.3.8" edition = "2021" authors = ["Reilly Wood"] license = "MIT"