bump version to 1.51.0

This commit is contained in:
B. Petersen
2021-03-21 20:49:08 +01:00
committed by holger krekel
parent 02bc334af5
commit 96e57e7ef3
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.51.0-alpha.0"
version = "1.51.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
@@ -1141,7 +1141,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.51.0-alpha.0"
version = "1.51.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.51.0-alpha.0"
version = "1.51.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.51.0-alpha.0"
version = "1.51.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"