diff --git a/Cargo.lock b/Cargo.lock index 94647be..ee9e559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3155,7 +3155,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-remote-api" -version = "1.0.0" +version = "1.0.0-dev" dependencies = [ "base64 0.22.1", "flume", diff --git a/zenoh-plugin-remote-api/Cargo.toml b/zenoh-plugin-remote-api/Cargo.toml index e6f1a5f..221afe3 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" # Zenoh version +version = "1.0.0-dev" # Zenoh version 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 d53db51..6becb08 100644 --- a/zenoh-ts/package.json +++ b/zenoh-ts/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-zenoh/zenoh-ts", - "version": "0.0.9", + "version": "1.0.0-dev", "license": "(Apache-2.0 OR EPL-2.0)", "type": "module", "exports": { @@ -38,4 +38,4 @@ "access": "restricted", "registry": "https://npm.pkg.github.com" } -} +} \ No newline at end of file