From 1e9be9a7073a312016a1e1603abae7fd7614123c Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Wed, 28 Feb 2024 22:19:47 -0800 Subject: [PATCH] v0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20d8ad4..8e59bfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1723,7 +1723,7 @@ dependencies = [ [[package]] name = "systemctl-tui" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 246d513..92a777f 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.1" +version = "0.3.2" edition = "2021" authors = ["Reilly Wood"] license = "MIT"