Skip to content

Commit

Permalink
chore: Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Dec 11, 2024
1 parent 7a78446 commit db6a24e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["zenoh-plugin-remote-api"]
resolver = "1"

[workspace.package]
version = "1.0.0-dev"
version = "1.1.0"
repository = "https://github.com/eclipse-zenoh/zenoh-ts"
homepage = "http://zenoh.io"
authors = ["Charles Schleich <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion zenoh-plugin-remote-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.75.0"
name = "zenoh-plugin-remote-api"
version = "1.0.0-dev" # Zenoh version
version = "1.1.0"
repository = "https://github.com/eclipse-zenoh/zenoh-ts"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion zenoh-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-zenoh/zenoh-ts",
"version": "1.0.3",
"version": "1.1.0",
"license": "(Apache-2.0 OR EPL-2.0)",
"type": "module",
"description": "Zenoh: The Zero Overhead Pub/Sub/Query Protocol",
Expand Down

0 comments on commit db6a24e

Please sign in to comment.