diff --git a/README.md b/README.md index 508207a..c3c479f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ by adding `xler` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:xler, "~> 0.4.0"} + {:xler, "~> 0.4.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 29323aa..b4df35c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Xler.MixProject do def project do [ app: :xler, - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, compilers: [:rustler] ++ Mix.compilers(), diff --git a/native/xler_native/Cargo.toml b/native/xler_native/Cargo.toml index 92aa576..6663e6a 100644 --- a/native/xler_native/Cargo.toml +++ b/native/xler_native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xler_native" -version = "0.1.0" +version = "0.2.0" authors = [] [lib]