From 1000e3b0e8e56a9c6baaa5983055a8bb4692debd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 3 Oct 2025 09:19:17 +0200 Subject: [PATCH] Bump version to v1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- dbus-prettifier.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57b6c36..d13e3fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "dbus-prettifier" -version = "1.2.0" +version = "1.2.1" diff --git a/Cargo.toml b/Cargo.toml index 619a58b..afbe418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbus-prettifier" -version = "1.2.0" +version = "1.2.1" edition = "2024" authors = [ "Nicolás A. Ortega Froysa " ] description = "A tool to prettify the output of qdbus." diff --git a/dbus-prettifier.1 b/dbus-prettifier.1 index ca23573..9cf0d1a 100644 --- a/dbus-prettifier.1 +++ b/dbus-prettifier.1 @@ -1,4 +1,4 @@ -.TH dbus-prettifier "1" "October 2025" "dbus-prettifier 1.2.0" "User Commands" +.TH dbus-prettifier "1" "October 2025" "dbus-prettifier 1.2.1" "User Commands" .SH "NAME" dbus-prettifier - A tool to prettify the output of qdbus. .SH "SYNOPSIS"