diff --git a/Cargo.lock b/Cargo.lock index 0aa20c6..46fb358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "ecg" -version = "1.0.2" +version = "1.0.3" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eef0744..d154449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] edition = "2021" name = "ecg" -version = "1.0.2" +version = "1.0.3" authors = ["Etienne Napoleone "] categories = ["command-line-utilities"] -description = "Heartbeats for cosmos validators" +description = "Cosmos validators dead man's switch" documentation = "https://github.com/setten-io/ecg/blob/main/README.md" keywords = ["monitoring", "validator", "cosmos", "heartbeat", "uptime"] license = "GPL-3.0-or-later"