Skip to content

Commit

Permalink
Bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hosoai committed Feb 25, 2023
1 parent af0d2dd commit 6d9a708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
defmodule Zenohex.MixProject do
use Mix.Project
@version "0.1.3"

def project do
[
app: :zenohex,
version: "0.1.2",
version: @version,
elixir: "~> 1.13",
description: "Zenoh client library for elixir.",
package: package(),
Expand All @@ -23,8 +24,8 @@ defmodule Zenohex.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:rustler, "~>0.26.0"},
{:rustler_precompiled, "~> 0.6"},
{:rustler, ">= 0.0.0", optional: true},
{:ex_doc, "~> 0.10", only: :dev}

# {:dep_from_hexpm, "~> 0.3.0"},
Expand Down
2 changes: 1 addition & 1 deletion native/nifzenoh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nifzenoh"
version = "0.1.2"
version = "0.1.3"
authors = []
edition = "2018"

Expand Down

0 comments on commit 6d9a708

Please sign in to comment.