Skip to content

Commit 1885276

Browse files
committed
Bump version to 0.10.1-rc
1 parent e10d4b4 commit 1885276

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414

1515
group = "io.zenoh"
16-
version = "0.11.0-dev"
16+
version = "0.10.1-rc"
1717

1818
plugins {
1919
kotlin("jvm")

zenoh-java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414

1515
group = "io.zenoh"
16-
version = "0.11.0-dev"
16+
version = "0.10.1-rc"
1717

1818
plugins {
1919
id("com.android.library")

zenoh-jni/Cargo.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zenoh-jni/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
rust-version = "1.66.1"
17-
version = "0.11.0-dev" # Zenoh version
17+
version = "0.10.1-rc" # Zenoh version
1818
repository = "https://github.com/eclipse-zenoh/zenoh"
1919
homepage = "http://zenoh.io"
2020
edition = "2021"
@@ -37,8 +37,8 @@ jni = "0.21.1"
3737
flume = "0.10.14"
3838
uhlc = "0.6.0"
3939
json5 = "0.4.1"
40-
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", default-features = false }
41-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", default-features = false }
40+
zenoh = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-rc", default-features = false }
41+
zenoh-ext = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-rc", default-features = false }
4242

4343
[lib]
4444
name = "zenoh_jni"

0 commit comments

Comments
 (0)