From a02b27c760bd53378d743b6cc50f598434795262 Mon Sep 17 00:00:00 2001 From: alexrp Date: Mon, 19 Aug 2013 08:31:20 +0200 Subject: [PATCH] Bump version to 0.2.0. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5ee84e1..67b496b 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExMake.Mixfile do def project() do [app: :exmake, - version: "0.1.0", + version: "0.2.0", escript_main_module: ExMake.Application, escript_path: Path.join("ebin", "exmake"), escript_emu_args: "%%! -noshell -noinput +B\n"]