diff --git a/config/config.exs b/config/config.exs index c7cac109..a77e3d42 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,3 +1,3 @@ -use Mix.Config +import Config config :timex, Timex.Gettext, default_locale: "en" diff --git a/mix.exs b/mix.exs index ef4fb50c..6002de7c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Timex.Mixfile do use Mix.Project - @version "3.7.6" + @version "3.7.7" def project do [