From 3a971315dc24c4c7a683a67d3e4e3e09aa84aeb5 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 4 Jun 2022 17:09:40 +0200 Subject: [PATCH] bump version to 1.86.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9f736c34..66e2ee9ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.85.0" +version = "1.86.0" dependencies = [ "ansi_term", "anyhow", @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.85.0" +version = "1.86.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index f26369436..f268dfb30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.85.0" +version = "1.86.0" authors = ["Delta Chat Developers (ML) "] edition = "2021" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 93b9c3f10..3f594976c 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.85.0" +version = "1.86.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/package.json b/package.json index 355b0c450..c14866dbb 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec" }, "types": "node/dist/index.d.ts", - "version": "1.85.0" -} + "version": "1.86.0" +} \ No newline at end of file