From 86f306a780999c8ad73d1f39e8c1c861ddc24cf9 Mon Sep 17 00:00:00 2001 From: David Isaksson Date: Tue, 8 Oct 2024 21:46:45 +0200 Subject: [PATCH] chore: Release aegis-vault-utils version 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bef8e9..6793ebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "aegis-vault-utils" -version = "0.5.0" +version = "0.5.1" dependencies = [ "aes-gcm", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index 9f15370..8635622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aegis-vault-utils" authors = ["David Isaksson "] -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "GPL-3.0-or-later" description = "Utility for interacting and generating OTP codes from the Android app Aegis Authenticator's backup vault"