From 938b4cf3c3eecf0bf4be24be27af905dc0e05764 Mon Sep 17 00:00:00 2001 From: Benjamin von Polheim Date: Wed, 23 Jun 2021 10:03:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.2.1?= 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 c6a2043..91f3c89 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.2.0", + version: "1.2.1", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),