Bump version to 0.2.0

This commit is contained in:
Mikko Ahlroth 2019-01-26 16:59:45 +02:00
parent 498e38a259
commit 206df3cabb

View file

@ -4,7 +4,7 @@ defmodule Mebe2.MixProject do
def project do
[
app: :mebe_2,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps()