Merge tag 'v1.120.0'

This commit is contained in:
link2xt
2023-08-28 11:55:53 +00:00
17 changed files with 198 additions and 88 deletions

View File

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

View File

@@ -55,5 +55,5 @@
},
"type": "module",
"types": "dist/deltachat.d.ts",
"version": "1.119.1"
"version": "1.120.0"
}