From 64cbe0c225257551b088a7fbb3276aba296b7dba Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 22 Mar 2022 13:21:27 +0100 Subject: [PATCH] Bump openpgp-card version to 0.2.2 --- openpgp-card/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index de7efce..78f743e 100644 --- a/openpgp-card/Cargo.toml +++ b/openpgp-card/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card" description = "A client implementation for the OpenPGP card specification" license = "MIT OR Apache-2.0" -version = "0.2.1" +version = "0.2.2" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card"