From 015c8a2990196e8a23f3b846b2e51b084a739be1 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 22 May 2023 12:02:08 +0200 Subject: [PATCH] Release v1.1.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a95e091..89c4c95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1031,7 +1031,7 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "pep_engine_sequoia_backend" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b222d7a..a3212db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pep_engine_sequoia_backend" description = "An implementation of the p≡p Engine's cryptotech interface using Sequoia." -version = "1.0.0" +version = "1.1.0" authors = ["Neal H. Walfield "] homepage = "https://sequoia-pgp.org/" repository = "https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend/" -- GitLab