This commit is contained in:
Heiko Schaefer 2021-11-05 23:07:48 +01:00
parent f82cc6ae2a
commit 1a37b437e2
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
name = "openpgp-card-sequoia"
description = "Wrapper of openpgp-card for use with Sequoia PGP"
license = "MIT OR Apache-2.0"
version = "0.0.4"
version = "0.0.5"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"

View file

@ -3,7 +3,7 @@
[package]
name = "openpgp-card-tools"
description = "Tools for using OpenPGP cards from the command line"
description = "CLI tools for OpenPGP cards"
license = "MIT OR Apache-2.0"
version = "0.0.1"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]