From fd3e6e0ee499f735155d118af9457cf62a8120d6 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 25 Mar 2020 19:30:52 +0100 Subject: [PATCH] bump version to 1.28 --- 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 80c6478ae..1ae331de3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,7 +624,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.27.0" +version = "1.28.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.27.0" +version = "1.28.0" dependencies = [ - "deltachat 1.27.0", + "deltachat 1.28.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 55ac0054a..d54e42468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.27.0" +version = "1.28.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 2f37da72d..8901dffec 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.27.0" +version = "1.28.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"