From f81aa62df22e0be4141bfac39ff085f05ddea57c Mon Sep 17 00:00:00 2001 From: zahash Date: Sun, 15 Oct 2023 08:22:13 +0530 Subject: [PATCH] bump patch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2406518..8ec2d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "royalguard" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5152d77..37fc2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "royalguard" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Zahash "] description = "Ergonomic Command Line Password Manager. Forever Free."