From cb2cb157af5084485b4bd07043098c76a4c10f7c Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 7 Jan 2025 00:25:14 +0000 Subject: [PATCH] chore: Bump version to 1.0.0-dev-67-g6be3474 --- Cargo.toml | 2 +- zenoh-plugin-remote-api/Cargo.toml | 2 +- zenoh-ts/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8086a16..447ef81 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-67-g6be3474" 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..743a1b0 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-67-g6be3474" 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 72445a4..94c807a 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-67-g6be3474", "license": "(Apache-2.0 OR EPL-2.0)", "type": "module", "description": "Zenoh: The Zero Overhead Pub/Sub/Query Protocol", @@ -52,4 +52,4 @@ ], "author": "Charles Schleich", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" -} \ No newline at end of file +}