Skip to content

Commit

Permalink
Merge pull request #73 from biyooon-ex/release-v0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
takasehideki authored Nov 5, 2024
2 parents e4b38b9 + 80b575b commit 75c629a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can install this package into your project by adding `zenohex` to your list
defp deps do
[
...
{:zenohex, "~> 0.3.0"},
{:zenohex, "~> 0.3.1"},
...
]
end
Expand Down Expand Up @@ -122,7 +122,7 @@ When you want to build NIF module locally into your project, install Rustler by
defp deps do
[
...
{:zenohex, "~> 0.2.0"},
{:zenohex, "~> 0.3.1"},
{:rustler, ">= 0.0.0", optional: true},
...
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Zenohex.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.3.1"
@source_url "https://github.com/biyooon-ex/zenohex"

def project do
Expand Down
2 changes: 1 addition & 1 deletion native/zenohex_nif/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 native/zenohex_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zenohex_nif"
version = "0.3.0"
version = "0.3.1"
authors = []
edition = "2021"

Expand Down

0 comments on commit 75c629a

Please sign in to comment.