diff --git a/.tool-versions b/.tool-versions index 67e3615..e4379ae 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ erlang 24.0 -elixir 1.12.0-rc.1-otp-24 \ No newline at end of file +elixir 1.12.0-otp-24 diff --git a/README.md b/README.md index 311b0f7..3e06cc5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ In your mix.exs file: ```elixir defp deps do - [{:honeydew, "~> 1.4.6"}] + [{:honeydew, "~> 1.5.0"}] end ``` diff --git a/mix.exs b/mix.exs index 4c7f6fc..3b3fdae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,12 +1,12 @@ defmodule Honeydew.Mixfile do use Mix.Project - @version "1.4.6" + @version "1.5.0" def project do [app: :honeydew, version: @version, - elixir: "~> 1.11", + elixir: "~> 1.12.0", start_permanent: Mix.env() == :prod, docs: docs(), deps: deps(),