From 0f6024e0553b5dad8d6acfa8eaa0d46a7cff923f Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 4 Mar 2020 17:04:26 +0100 Subject: [PATCH] bump version to 1.27 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e43d10759..80c6478ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,7 +624,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.26.0" +version = "1.27.0" dependencies = [ "async-imap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "async-native-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -690,9 +690,9 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.26.0" +version = "1.27.0" dependencies = [ - "deltachat 1.26.0", + "deltachat 1.27.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6ebe442ad..55ac0054a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.26.0" +version = "1.27.0" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index b6e633c72..2f37da72d 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.26.0" +version = "1.27.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"