From 4c9d609cfb2439a3ffb3ec2fa224b2f410ae4ee2 Mon Sep 17 00:00:00 2001 From: Colt Frederickson Date: Mon, 9 Sep 2024 09:16:53 -0600 Subject: [PATCH] Bump the version (#113) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."