core(release): prepare for v2.24.0

This commit is contained in:
Hocuri
2025-11-03 22:12:36 +01:00
parent 5034449009
commit e34687ba42
12 changed files with 33 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-jsonrpc"
version = "2.23.0"
version = "2.24.0"
description = "DeltaChat JSON-RPC API"
edition = "2021"
license = "MPL-2.0"

View File

@@ -54,5 +54,5 @@
},
"type": "module",
"types": "dist/deltachat.d.ts",
"version": "2.23.0"
"version": "2.24.0"
}