From 316d6249a7b80b45b179e076f7b3bfe61731f80c Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Fri, 22 Oct 2021 19:04:38 +1100 Subject: [PATCH] Bump version to 0.8.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94c885f..7465a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "git-credential-keepassxc" -version = "0.8.1" +version = "0.8.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c1d4601..c2fc4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-credential-keepassxc" -version = "0.8.1" +version = "0.8.2" authors = ["Frederick Zhang "] edition = "2018" description = "Helper that allows Git and shell scripts to use KeePassXC as credential store"