Keep deltachat-jsonrpc version in sync

This commit is contained in:
link2xt
2022-08-28 17:30:20 +00:00
parent 6ec9b0a0b0
commit e7b6c689ce
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat-jsonrpc" name = "deltachat-jsonrpc"
version = "1.86.0" version = "1.93.0"
description = "DeltaChat JSON-RPC API" description = "DeltaChat JSON-RPC API"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"] authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2021" edition = "2021"

View File

@@ -91,8 +91,8 @@ def main():
else: else:
raise SystemExit("CHANGELOG.md contains no entry for version: {}".format(newversion)) raise SystemExit("CHANGELOG.md contains no entry for version: {}".format(newversion))
replace_toml_version("Cargo.toml", newversion) for toml_filename in toml_list:
replace_toml_version("deltachat-ffi/Cargo.toml", newversion) replace_toml_version(toml_filename, newversion)
update_package_json(newversion) update_package_json(newversion)
print("running cargo check") print("running cargo check")