From bc3e6a93b071a4039ed08329b3dd9737c3fa12b7 Mon Sep 17 00:00:00 2001 From: codevictory Date: Tue, 6 Jul 2021 20:25:43 +0300 Subject: [PATCH] Increment version number. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e052ee8..f8ea116 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Runosaari.MixProject do def project do [ app: :runosaari, - version: "1.1.1", + version: "1.2.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),