From f16f9ec147d33a80c556fd69a9cb53bdabb69251 Mon Sep 17 00:00:00 2001 From: Joakim Nylen Date: Fri, 22 Nov 2019 11:32:34 +0100 Subject: [PATCH] v0.4.1 --- README.md | 2 +- mix.exs | 2 +- native/xler_native/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]