diff --git a/Cargo.lock b/Cargo.lock index 38546fc..57b6c36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "dbus-prettifier" -version = "1.1.0" +version = "1.2.0" diff --git a/Cargo.toml b/Cargo.toml index 66af9fc..619a58b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbus-prettifier" -version = "1.1.0" +version = "1.2.0" edition = "2024" authors = [ "Nicolás A. Ortega Froysa " ] description = "A tool to prettify the output of qdbus."