From 4d60255edcc890ae0a57a1000140c5a9f50aec7e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 26 Nov 2018 22:42:51 +0100 Subject: Release 0.2.0. --- sqv/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sqv/Cargo.toml') diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml index f9edb942..7bf2301c 100644 --- a/sqv/Cargo.toml +++ b/sqv/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-sqv" description = "A simple signature verification program" -version = "0.1.0" +version = "0.2.0" authors = [ "Justus Winter ", "Kai Michaelis ", @@ -11,7 +11,7 @@ documentation = "https://docs.sequoia-pgp.org/sqv" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "README.md" -keywords = ["cryptography", "openpgp", "pgp", "verification", "detached signatures"] +keywords = ["cryptography", "openpgp", "pgp", "signature", "verification"] categories = ["cryptography", "command-line-utilities"] license = "GPL-3.0" @@ -20,7 +20,7 @@ gitlab = { repository = "https://gitlab.com/sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.1", default-features = false } +sequoia-openpgp = { path = "../openpgp", version = "0.2", default-features = false } clap = "2.32.0" failure = "0.1.2" time = "0.1.38" -- cgit v1.2.3