diff --git a/Cargo.lock b/Cargo.lock index 21b5e94..3158149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "crabdis" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "fern", diff --git a/Cargo.toml b/Cargo.toml index 1e1d5ad..0fada5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" repository = "https://github.com/pxseu/crabdis" readme = "README.md" homepage = "https://github.com/pxseu/crabdis#readme" -version = "0.1.1" +version = "0.1.2" edition = "2021"