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.
This commit is contained in:
Mikko Ahlroth 2017-03-24 00:34:42 +02:00
parent 7e41cb9bd7
commit 1badd8110f

View file

@ -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