From a85d3164d71a97b539793bb7ac131474c7c967dc Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 8 Apr 2023 13:52:54 +0200 Subject: [PATCH] openpgp-card-sequoia: Release 0.1.2 --- openpgp-card-sequoia/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index d19c008..2cac3ce 100644 --- a/openpgp-card-sequoia/Cargo.toml +++ b/openpgp-card-sequoia/Cargo.toml @@ -1,11 +1,11 @@ -# SPDX-FileCopyrightText: 2021-2022 Heiko Schaefer +# SPDX-FileCopyrightText: 2021-2023 Heiko Schaefer # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "openpgp-card-sequoia" description = "Wrapper of openpgp-card for use with Sequoia PGP" license = "MIT OR Apache-2.0" -version = "0.1.1" +version = "0.1.2" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card"