From 1badd8110f4a7483c65e296c2a7060be1f05a34f Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Fri, 24 Mar 2017 00:34:42 +0200 Subject: [PATCH] Bump version to 1.2.0 Also set fbu to be used in prod mode so we can run the build tasks in prod mode. --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 7bf17ff..050bf0c 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule MebeWeb.Mixfile do def project() do [app: :mebe_web, - version: "1.1.0", + version: "1.2.0", elixir: "~> 1.4.0", elixirc_paths: elixirc_paths(Mix.env), compilers: [:phoenix] ++ Mix.compilers, @@ -40,7 +40,7 @@ defmodule MebeWeb.Mixfile do {:earmark, "~> 1.2.0"}, {:slugger, github: "h4cc/slugger", ref: "98e907f85d34e6c8a94270249318bdad6f838198"}, {:calendar, "~> 0.17.2"}, - {:fbu, github: "Nicd/fbu", only: :dev} + {:fbu, github: "Nicd/fbu"} ] end end