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.
This commit is contained in:
B. Petersen
2021-02-10 14:10:21 +01:00
committed by bjoern
parent 10435a10e9
commit a5c8c977db
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.50.0"
version = "1.51.0-alpha.0"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
license = "MPL-2.0"

View File

@@ -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) <delta@codespeak.net>"]
edition = "2018"