From 164abdaa901b956de81724872af09aca50ec848a Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Thu, 12 Dec 2024 00:26:56 +0000 Subject: [PATCH] chore: Bump version to 1.0.0-dev-57-g7a78446 --- Cargo.toml | 2 +- zenoh-plugin-remote-api/Cargo.toml | 2 +- zenoh-ts/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bcb33ea..16f8fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["zenoh-plugin-remote-api"] resolver = "1" [workspace.package] -version = "1.0.0-dev" +version = "1.0.0-dev-57-g7a78446" 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 02417a6..de92d89 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.0.0-dev" # Zenoh version +version = "1.0.0-dev-57-g7a78446" 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 5a788b1..5e51f63 100644 --- a/zenoh-ts/package.json +++ b/zenoh-ts/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-zenoh/zenoh-ts", - "version": "1.0.3", + "version": "1.0.0-dev-57-g7a78446", "license": "(Apache-2.0 OR EPL-2.0)", "type": "module", "description": "Zenoh: The Zero Overhead Pub/Sub/Query Protocol",