From 806918b939804889a65751d3be0510215fbc8103 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 1 May 2023 18:04:25 +0200 Subject: [PATCH] openpgp-card: Release 0.3.5 --- 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 7881416..3d7a7fb 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.3.4" +version = "0.3.5" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card"