From b90c5f5f54d756349e8f2430585292e402ff8952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 29 Sep 2025 11:43:21 +0200 Subject: [PATCH] Bump version to v1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5cf279..38546fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "dbus-prettifier" -version = "1.0.0" +version = "1.1.0" diff --git a/Cargo.toml b/Cargo.toml index c973b05..66af9fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbus-prettifier" -version = "1.0.0" +version = "1.1.0" edition = "2024" authors = [ "Nicolás A. Ortega Froysa " ] description = "A tool to prettify the output of qdbus."