From c0f01442e5798c2b33e92d7d6feb30c6ec5a71b7 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 8 Jan 2024 04:35:48 +0100 Subject: [PATCH] openpgp-card: bump version to 0.4.1 --- 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 74aabb1..933f098 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.4.0" +version = "0.4.1" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card"