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"