From 1256498efcf8fdbf146e16e2959a551f9a768c2b Mon Sep 17 00:00:00 2001 From: codevictory Date: Tue, 15 Jun 2021 22:06:07 +0300 Subject: [PATCH] Update version to 1.0.0! --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f54c8ce..b45438d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Runosaari.MixProject do def project do [ app: :runosaari, - version: "0.4.0", + version: "1.0.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),