Prepare 1.105.0 release

This commit is contained in:
link2xt
2023-01-08 16:18:08 +00:00
parent 872cd10b8b
commit 120a7a3090
8 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-jsonrpc"
version = "1.104.0"
version = "1.105.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.104.0"
"version": "1.105.0"
}