We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb5602 commit 26a81c2Copy full SHA for 26a81c2
README.md
@@ -31,7 +31,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
31
```elixir
32
defp deps do
33
[
34
- {:live_debugger, "~> 0.3.0", only: :dev}
+ {:live_debugger, "~> 0.4.0", only: :dev}
35
]
36
end
37
```
docs/welcome.md
@@ -25,7 +25,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
25
26
27
28
29
30
mix.exs
@@ -1,7 +1,7 @@
1
defmodule LiveDebugger.MixProject do
2
use Mix.Project
3
4
- @version "0.4.0-dev"
+ @version "0.4.0"
5
6
def project do
7
0 commit comments