diff --git a/mix.exs b/mix.exs index 479df61..190ec10 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Zenohex.MixProject do use Mix.Project - @version "0.2.0-rc.1" + @version "0.2.0-rc.2" @source_url "https://github.com/b5g-ex/zenohex" def project do diff --git a/native/zenohex_nif/Cargo.lock b/native/zenohex_nif/Cargo.lock index ce6e395..c658e0f 100644 --- a/native/zenohex_nif/Cargo.lock +++ b/native/zenohex_nif/Cargo.lock @@ -3322,7 +3322,7 @@ dependencies = [ [[package]] name = "zenohex_nif" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "flume", "futures", diff --git a/native/zenohex_nif/Cargo.toml b/native/zenohex_nif/Cargo.toml index 7918c17..d444b93 100644 --- a/native/zenohex_nif/Cargo.toml +++ b/native/zenohex_nif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenohex_nif" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" authors = [] edition = "2021"