From c39ff2e427e5f953de65c0119b09ac735dceb440 Mon Sep 17 00:00:00 2001 From: Benjamin von Polheim Date: Wed, 9 Jun 2021 09:24:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/toniefy/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/toniefy/mix.exs b/apps/toniefy/mix.exs index 1e90f9e..c6a2043 100644 --- a/apps/toniefy/mix.exs +++ b/apps/toniefy/mix.exs @@ -4,7 +4,7 @@ defmodule Toniex.MixProject do def project do [ app: :toniex, - version: "1.1.4", + version: "1.2.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),