diff --git a/Cargo.lock b/Cargo.lock index 6d52a46..a538055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ [[package]] name = "alma" -version = "0.7.0" +version = "0.8.0" dependencies = [ "byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fa9c70f..3867f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.7.0" +version = "0.8.0" authors = ["Roey Darwish Dror"] edition = "2018"