From a5c8c977db60f5ef7ac4b05a18f862f1f59398f1 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 10 Feb 2021 14:10:21 +0100 Subject: [PATCH] bump version to 1.51.0-alpha.0 1.51.0-alpha.0 is somewhere between 1.50 and 1.51, as various beta-versions come or already came out with the new core, this is helps in logs/debugging. --- 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 dbde0f9e8..224a20b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.50.0" +version = "1.51.0-alpha.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.50.0" +version = "1.51.0-alpha.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 0ae7a7a38..0e0a95d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.50.0" +version = "1.51.0-alpha.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 0d40122ed..dc5a94b34 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.50.0" +version = "1.51.0-alpha.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"