Skip to content

Commit f092c36

Browse files
committed
chore: release bindings 0.0.19
1 parent 335255f commit f092c36

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bindings/gom-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rom-node-native"
33
description = "Native napi-rs bridge for the ROM Node.js bindings"
4-
version = "0.0.18"
4+
version = "0.0.19"
55
edition = "2024"
66
homepage = "https://github.com/Rxflex/rom"
77
license = "MIT"

bindings/gom-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxflex/rom",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"type": "module",
55
"description": "Node.js wrapper for the ROM browser-like runtime",
66
"license": "MIT",

bindings/gom-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rom-python-native"
33
description = "Native PyO3 bridge for the ROM Python bindings"
4-
version = "0.0.18"
4+
version = "0.0.19"
55
edition = "2024"
66
homepage = "https://github.com/Rxflex/rom"
77
license = "MIT"

bindings/gom-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "rom-runtime"
7-
version = "0.0.18"
7+
version = "0.0.19"
88
description = "Python wrapper for the ROM browser-like runtime"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)