From 1d33870aa6abb0518c4f607a5041f0cf57ffc72e Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 28 Feb 2022 11:07:27 +0100 Subject: [PATCH] openpgp-card 0.2.1 release --- 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 d0108b6..e9dd3c3 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.0" +version = "0.2.1" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card"