diff --git a/Cargo.toml b/Cargo.toml index 5117e47..07f3d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["zenoh-plugin-remote-api", "zenoh-keyexpr-wasm"] resolver = "1" [workspace.package] -version = "1.1.1" +version = "1.1.1-2-g6bd706e" repository = "https://github.com/eclipse-zenoh/zenoh-ts" homepage = "http://zenoh.io" authors = ["Charles Schleich "] diff --git a/zenoh-plugin-remote-api/Cargo.toml b/zenoh-plugin-remote-api/Cargo.toml index 7a6ecf9..784236f 100644 --- a/zenoh-plugin-remote-api/Cargo.toml +++ b/zenoh-plugin-remote-api/Cargo.toml @@ -14,7 +14,7 @@ [package] rust-version = "1.75.0" name = "zenoh-plugin-remote-api" -version = "1.1.1" +version = "1.1.1-2-g6bd706e" repository = "https://github.com/eclipse-zenoh/zenoh-ts" homepage = "http://zenoh.io" authors = [ diff --git a/zenoh-ts/package.json b/zenoh-ts/package.json index 62bfd39..9ac9b64 100644 --- a/zenoh-ts/package.json +++ b/zenoh-ts/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-zenoh/zenoh-ts", - "version": "1.1.1", + "version": "1.1.1-2-g6bd706e", "license": "(Apache-2.0 OR EPL-2.0)", "type": "module", "description": "Zenoh: The Zero Overhead Pub/Sub/Query Protocol",