From 4145643cec182fab6df1ee8e02cec07583f41cda Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Sun, 29 Aug 2021 18:16:51 +1000 Subject: [PATCH] Bump version to 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 257314c..ab0e6f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "git-credential-keepassxc" -version = "0.8.0" +version = "0.8.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9a5410d..2af8b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-credential-keepassxc" -version = "0.8.0" +version = "0.8.1" authors = ["Frederick Zhang "] edition = "2018" description = "Helper that allows Git and shell scripts to use KeePassXC as credential store"