mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
chore(release): prepare for 1.160.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "deltachat-jsonrpc"
|
||||
version = "1.159.5"
|
||||
version = "1.160.0"
|
||||
description = "DeltaChat JSON-RPC API"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/deltachat.d.ts",
|
||||
"import": "./dist/deltachat.js",
|
||||
"require": "./dist/deltachat.cjs"
|
||||
"require": "./dist/deltachat.cjs",
|
||||
"types": "./dist/deltachat.d.ts"
|
||||
}
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
@@ -54,5 +54,5 @@
|
||||
},
|
||||
"type": "module",
|
||||
"types": "dist/deltachat.d.ts",
|
||||
"version": "1.159.5"
|
||||
"version": "1.160.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user