diff --git a/README.md b/README.md index 6553dcb..20884ac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Documentation can be found at [https://hexdocs.pm/ex_signal](https://hexdocs.pm/ ```elixir def deps do - [{:ex_signal, "~> 0.2.0"}] + [{:ex_signal, "~> 0.2.1"}] end ``` diff --git a/mix.exs b/mix.exs index 5355d89..6414701 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule ExSignal.MixProject do def project do [ app: :ex_signal, - version: "0.2.0", + version: "0.2.1", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, deps: deps(),