diff --git a/Cargo.lock b/Cargo.lock index 707b049..d8cee12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2426,7 +2426,7 @@ dependencies = [ [[package]] name = "ttydash" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index af78523..56c13ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttydash" -version = "0.1.11" +version = "0.1.12" edition = "2021" description = "A terminal dashboard for custom monitoring." authors = ["PuQing "]