Skip to content

Commit

Permalink
fix: update dev version in config files (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Nov 4, 2024
1 parent 66301ea commit 59adc12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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" # Zenoh version
version = "1.0.0-dev" # Zenoh version
repository = "https://github.com/eclipse-zenoh/zenoh-ts"
homepage = "http://zenoh.io"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions zenoh-ts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -38,4 +38,4 @@
"access": "restricted",
"registry": "https://npm.pkg.github.com"
}
}
}

0 comments on commit 59adc12

Please sign in to comment.