Skip to content

Commit

Permalink
Bump version to 0.10.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 19, 2023
1 parent 2b05301 commit abb3f16
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//

group = "io.zenoh"
version = "0.11.0-dev"
version = "0.10.1-rc"

plugins {
kotlin("jvm")
Expand Down
98 changes: 49 additions & 49 deletions zenoh-jni/Cargo.lock

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

6 changes: 3 additions & 3 deletions zenoh-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
rust-version = "1.66.1"
version = "0.11.0-dev" # Zenoh version
version = "0.10.1-rc" # Zenoh version
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
edition = "2021"
Expand All @@ -37,8 +37,8 @@ jni = "0.21.1"
flume = "0.10.14"
uhlc = "0.6.0"
json5 = "0.4.1"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", default-features = false }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", default-features = false }
zenoh = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-rc", default-features = false }
zenoh-ext = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-rc", default-features = false }

[lib]
name = "zenoh_jni"
Expand Down
2 changes: 1 addition & 1 deletion zenoh-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//

group = "io.zenoh"
version = "0.11.0-dev"
version = "0.10.1-rc"

plugins {
id("com.android.library")
Expand Down

0 comments on commit abb3f16

Please sign in to comment.