diff --git a/npm/openclaw-zig-rpc-client/README.md b/npm/openclaw-zig-rpc-client/README.md index 9c0889f0..5b035bea 100644 --- a/npm/openclaw-zig-rpc-client/README.md +++ b/npm/openclaw-zig-rpc-client/README.md @@ -11,7 +11,7 @@ npm install @adybag14-cyber/openclaw-zig-rpc-client GitHub release tarball fallback for the current edge tag: ```bash -npm install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.28/adybag14-cyber-openclaw-zig-rpc-client-0.2.0-zig-edge.28.tgz" +npm install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.29/adybag14-cyber-openclaw-zig-rpc-client-0.2.0-zig-edge.29.tgz" ``` ## Usage diff --git a/npm/openclaw-zig-rpc-client/package.json b/npm/openclaw-zig-rpc-client/package.json index 097d75e2..05f45c8a 100644 --- a/npm/openclaw-zig-rpc-client/package.json +++ b/npm/openclaw-zig-rpc-client/package.json @@ -1,6 +1,6 @@ { "name": "@adybag14-cyber/openclaw-zig-rpc-client", - "version": "0.2.0-zig-edge.28", + "version": "0.2.0-zig-edge.29", "description": "Node.js RPC client for OpenClaw Zig gateway endpoints.", "main": "index.js", "types": "index.d.ts", diff --git a/python/openclaw-zig-rpc-client/README.md b/python/openclaw-zig-rpc-client/README.md index c873ffd1..4a101954 100644 --- a/python/openclaw-zig-rpc-client/README.md +++ b/python/openclaw-zig-rpc-client/README.md @@ -11,7 +11,7 @@ pip install openclaw-zig-rpc-client Release-wheel fallback: ```bash -pip install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.28/openclaw_zig_rpc_client-0.2.0.dev28-py3-none-any.whl" +pip install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.29/openclaw_zig_rpc_client-0.2.0.dev29-py3-none-any.whl" ``` Run directly with `uvx` after publishing: @@ -23,7 +23,7 @@ uvx --from openclaw-zig-rpc-client openclaw-zig-rpc health --base-url http://127 Verified `uvx` Git fallback for the current edge tag: ```bash -uvx --from "git+https://github.com/adybag14-cyber/openclaw-zig-port@v0.2.0-zig-edge.28#subdirectory=python/openclaw-zig-rpc-client" openclaw-zig-rpc health --base-url http://127.0.0.1:8080 +uvx --from "git+https://github.com/adybag14-cyber/openclaw-zig-port@v0.2.0-zig-edge.29#subdirectory=python/openclaw-zig-rpc-client" openclaw-zig-rpc health --base-url http://127.0.0.1:8080 ``` ## Python Usage diff --git a/python/openclaw-zig-rpc-client/pyproject.toml b/python/openclaw-zig-rpc-client/pyproject.toml index 59d96ebb..c3694a80 100644 --- a/python/openclaw-zig-rpc-client/pyproject.toml +++ b/python/openclaw-zig-rpc-client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openclaw-zig-rpc-client" -version = "0.2.0.dev28" +version = "0.2.0.dev29" description = "Python JSON-RPC client for OpenClaw Zig gateway endpoints." readme = "README.md" requires-python = ">=3.9"