diff --git a/README.md b/README.md index 5a4ea12..0f5a17d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add `yamel` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:yamel, "~> 1.2.1"} + {:yamel, "~> 2.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 89417d0..f23e8d1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Yamel.MixProject do use Mix.Project - @version "1.2.1" + @version "2.0.1" @source_url "https://github.com/GPrimola/yamel" @logo_path "priv/img/yamel-logo.png" @licenses ["Apache-2.0"]