diff --git a/Cargo.lock b/Cargo.lock index 029d755..c5cf279 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "dbus-prettifier" -version = "0.1.0" +version = "1.0.0" diff --git a/Cargo.toml b/Cargo.toml index d74766c..c973b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbus-prettifier" -version = "0.1.0" +version = "1.0.0" edition = "2024" authors = [ "Nicolás A. Ortega Froysa " ] description = "A tool to prettify the output of qdbus."