From 984599555dfae8623b3662380698fe93232fa9f4 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Tue, 19 May 2020 13:06:47 -0400 Subject: [PATCH] Bump to v1.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index de4be80..0c29952 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Divo.MixProject do def project do [ app: :divo, - version: "1.1.9", + version: "1.2.0", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(),