Prepare 1.107.0

This commit is contained in:
link2xt
2023-01-23 16:20:07 +00:00
parent 5dfe7bea8e
commit 37f20c6889
8 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-jsonrpc"
version = "1.106.0"
version = "1.107.0"
description = "DeltaChat JSON-RPC API"
edition = "2021"
default-run = "deltachat-jsonrpc-server"

View File

@@ -48,5 +48,5 @@
},
"type": "module",
"types": "dist/deltachat.d.ts",
"version": "1.106.0"
"version": "1.107.0"
}