From c4dc2469483e6d4b73ca9ee8c65695ec93a793c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Thu, 23 Feb 2017 10:38:44 +0100 Subject: [PATCH] version bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a3b53ec..0a4f3c4 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ToCore.Mixfile do def project do [app: :to_core, - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.4", escript: [main_module: ToCore], build_embedded: Mix.env == :prod,