From 971a19b4f2a61f38e1d55c58fe692ae34ce19705 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 13 Mar 2023 17:50:51 +0100 Subject: [PATCH] Release openpgp-card 0.3.4, openpgp-card-tools 0.9.2 --- openpgp-card/Cargo.toml | 2 +- tools/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index 1d46391..7881416 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.3" +version = "0.3.4" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index fb0c3ec..df30617 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021-2022 Heiko Schaefer +# SPDX-FileCopyrightText: 2021-2023 Heiko Schaefer # SPDX-FileCopyrightText: 2022 Nora Widdecke # SPDX-License-Identifier: MIT OR Apache-2.0 @@ -6,7 +6,7 @@ name = "openpgp-card-tools" description = "CLI tools for OpenPGP cards" license = "MIT OR Apache-2.0" -version = "0.9.1" +version = "0.9.2" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card"