diff --git a/README.md b/README.md index dbdabad..736f73f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`: ```elixir defp deps do [ - {:live_debugger, "~> 0.1.0", only: :dev} + {:live_debugger, "~> 0.1.1", only: :dev} ] end ``` diff --git a/mix.exs b/mix.exs index c2abf82..d067788 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveDebugger.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" def project do [