diff --git a/README.md b/README.md index ff7ae0f..0e5531c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following package to `mix.exs`: ```elixir def deps do [ - {:dom_helpers, "~> 0.2.0", only: [:dev, :test]} + {:dom_helpers, "~> 0.2.3", only: [:dev, :test]} ] end ``` diff --git a/mix.exs b/mix.exs index a85418b..84c68c8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule DomHelpers.MixProject do use Mix.Project - @version "0.2.2" + @version "0.2.3" @source_url "https://github.com/Serabe/dom_helpers" def project do