diff --git a/README.md b/README.md index 2e8f425..9bfe6df 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installing Moebius involves a few small steps: ```elixir def deps do - [{:moebius, "~> 4.0.1"}] + [{:moebius, "~> 4.0.2"}] end ``` diff --git a/mix.exs b/mix.exs index d7425b7..3de53e2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Moebius.Mixfile do use Mix.Project - @version "4.0.1" + @version "4.0.2" def project do [