From 383133f6be990237044900a4df676488bf8dd71e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 21 Aug 2020 09:23:01 +0200 Subject: Release 0.19.0. --- autocrypt/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autocrypt') diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml index 7a8bd318..208fed6b 100644 --- a/autocrypt/Cargo.toml +++ b/autocrypt/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sequoia-autocrypt" description = "Autocrypt support" -version = "0.18.0" +version = "0.19.0" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] -documentation = "https://docs.sequoia-pgp.org/0.18.0/sequoia_autocrypt" +documentation = "https://docs.sequoia-pgp.org/0.19.0/sequoia_autocrypt" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "README.md" @@ -21,5 +21,5 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.18" } +sequoia-openpgp = { path = "../openpgp", version = "0.19" } base64 = ">= 0.11, < 0.13" -- cgit v1.2.3