From ea759f17d039c2f39557f1f4c7e26ed659091c6c Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 24 Oct 2020 16:00:44 +0200 Subject: [PATCH] bump version to 1.48 --- 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 e7f540458..0acdece90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.47.0" +version = "1.48.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.47.0" +version = "1.48.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index d4f7d052d..612297f94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.47.0" +version = "1.48.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 905155aa1..4983c40a3 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.47.0" +version = "1.48.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"