From ed3eabe3e518cc24cf9bd70232cd3a28d8813d6d Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 18 Aug 2020 21:29:17 +0200 Subject: [PATCH] bump version to 1.45 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bba9e3bb..fe936bcec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.44.0" +version = "1.45.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -879,7 +879,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.44.0" +version = "1.45.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 6d200648b..9eeb1f00c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.44.0" +version = "1.45.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 5b346bd5d..788845662 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.44.0" +version = "1.45.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"