From b0d68ce09e98dbc67c07c1e6b6a048b76c919a1e Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 13 Sep 2020 00:20:44 +0200 Subject: [PATCH] bump version to 1.46 --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4da4392..fb447bd9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ - improve tests, cleanup and ci #1850 #1856 #1859 #1861 #1884 #1894 #1895 -- tweak HELO command #1847 +- tweak HELO command #1908 - make `dc_accounts_get_all()` return accounts sorted #1909 diff --git a/Cargo.lock b/Cargo.lock index 5f0efa1db..e893ac449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.45.0" +version = "1.46.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.45.0" +version = "1.46.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 987be0d06..87619052c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.45.0" +version = "1.46.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 788845662..c02a82b64 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.45.0" +version = "1.46.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"