diff --git a/Cargo.lock b/Cargo.lock index 8be0874..b5724a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironhide" -version = "1.0.7" +version = "1.0.8" dependencies = [ "attohttpc", "atty", diff --git a/Cargo.toml b/Cargo.toml index f70ea9d..c81bfd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironhide" -version = "1.0.7" +version = "1.0.8" authors = ["IronCore Labs "] categories = ["cryptography"] description = "Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale."