Skip to content

Commit 886bba5

Browse files
committed
Release: v0.2.2
1 parent 9f3b40b commit 886bba5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<div align="center">
44

5-
[![Version Badge](https://img.shields.io/badge/version-v0.2.1-%23b5e1f1)](https://hexdocs.pm/live_debugger)
6-
[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/live_debugger?style=flat&label=downloads&color=%23b5e1f1)](https://hex.pm/packages/live_debugger)
7-
[![GitHub License](https://img.shields.io/github/license/software-mansion/live-debugger?color=%23b5e1f1)](https://github.com/software-mansion/live-debugger/blob/main/LICENSE)
5+
[![Version Badge](https://img.shields.io/github/v/release/software-mansion/live-debugger?color=lawn-green)](https://hexdocs.pm/live_debugger)
6+
[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/live_debugger?style=flat&label=downloads&color=blue)](https://hex.pm/packages/live_debugger)
7+
[![GitHub License](https://img.shields.io/github/license/software-mansion/live-debugger)](https://github.com/software-mansion/live-debugger/blob/main/LICENSE)
88

99
</div>
1010

@@ -31,7 +31,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
3131
```elixir
3232
defp deps do
3333
[
34-
{:live_debugger, "~> 0.2.1", only: :dev}
34+
{:live_debugger, "~> 0.2.0", only: :dev}
3535
]
3636
end
3737
```

docs/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
2424
```elixir
2525
defp deps do
2626
[
27-
{:live_debugger, "~> 0.2.1", only: :dev}
27+
{:live_debugger, "~> 0.2.0", only: :dev}
2828
]
2929
end
3030
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule LiveDebugger.MixProject do
22
use Mix.Project
33

4-
@version "0.2.1"
4+
@version "0.2.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)